[−][src]Struct artichoke_backend::extn::core::env::Environ
Implementations
impl Environ
[src]
#[must_use]pub fn new() -> Self
[src]
pub fn get(&self, name: &[u8]) -> Result<Option<Cow<'_, [u8]>>, Error>
[src]
pub fn put(&mut self, name: &[u8], value: Option<&[u8]>) -> Result<(), Error>
[src]
pub fn to_map(&self) -> Result<HashMap<Vec<u8>, Vec<u8>>, Error>
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Environ
[src]
impl Send for Environ
[src]
impl Sync for Environ
[src]
impl Unpin for Environ
[src]
impl UnwindSafe for Environ
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,