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) -> ClearEnvError
impl Copy for ClearEnvError
impl Debug for ClearEnvError
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Display for ClearEnvError
fn fmt(&Self, f: &mut fmt::Formatter<'_>) -> fmt::Result
impl Error for ClearEnvError
Auto Trait Implementations
impl RefUnwindSafe for ClearEnvError
impl Send for ClearEnvError
impl Sync for ClearEnvError
impl Unpin for ClearEnvError
impl UnwindSafe for ClearEnvError
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T