pub struct Envy;Expand description
Envy format marker (deserialization from std::env).
Trait Implementations§
impl Copy for Envy
Auto Trait Implementations§
impl Freeze for Envy
impl RefUnwindSafe for Envy
impl Send for Envy
impl Sync for Envy
impl Unpin for Envy
impl UnsafeUnpin for Envy
impl UnwindSafe for Envy
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