pub enum EnvErr {
NotFound,
DifferentType,
CbFailed,
AlreadyExist,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for EnvErr
Auto Trait Implementations§
impl Freeze for EnvErr
impl RefUnwindSafe for EnvErr
impl Send for EnvErr
impl Sync for EnvErr
impl Unpin for EnvErr
impl UnwindSafe for EnvErr
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