pub struct EnvPair { /* private fields */ }Expand description
A modeled environment key/value pair.
Implementations§
Trait Implementations§
Source§impl Ord for EnvPair
impl Ord for EnvPair
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EnvPair
impl PartialOrd for EnvPair
impl Eq for EnvPair
impl StructuralPartialEq for EnvPair
Auto Trait Implementations§
impl Freeze for EnvPair
impl RefUnwindSafe for EnvPair
impl Send for EnvPair
impl Sync for EnvPair
impl Unpin for EnvPair
impl UnsafeUnpin for EnvPair
impl UnwindSafe for EnvPair
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