pub struct EnvItem(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Display for EnvItem
Display and string conversion of the environment variable.
impl Display for EnvItem
Display and string conversion of the environment variable.
Also causes .to_string() to be implemented.
Source§impl Ord for EnvItem
impl Ord for EnvItem
Source§impl PartialOrd for EnvItem
impl PartialOrd for EnvItem
impl Eq for EnvItem
Auto Trait Implementations§
impl Freeze for EnvItem
impl RefUnwindSafe for EnvItem
impl Send for EnvItem
impl Sync for EnvItem
impl Unpin for EnvItem
impl UnsafeUnpin for EnvItem
impl UnwindSafe for EnvItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more