pub struct EnvVariableName(/* private fields */);
Trait Implementations§
Source§impl Debug for EnvVariableName
impl Debug for EnvVariableName
Auto Trait Implementations§
impl Freeze for EnvVariableName
impl RefUnwindSafe for EnvVariableName
impl Send for EnvVariableName
impl Sync for EnvVariableName
impl Unpin for EnvVariableName
impl UnwindSafe for EnvVariableName
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