Struct nix::env::ClearEnvError
pub struct ClearEnvError;Documentation
Indicates that clearenv failed for some unknown reason
Trait Implementations
impl Clone for ClearEnvError
fn clone(&Self) -> ClearEnvErrorimpl Copy for ClearEnvErrorimpl Debug for ClearEnvError
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Display for ClearEnvError
fn fmt(&Self, f: &mut fmt::Formatter<'_>) -> fmt::Resultimpl Error for ClearEnvErrorAuto Trait Implementations
impl RefUnwindSafe for ClearEnvErrorimpl Send for ClearEnvErrorimpl Sync for ClearEnvErrorimpl Unpin for ClearEnvErrorimpl UnwindSafe for ClearEnvErrorBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T