pub enum ErrorId {
E_POLICY,
E_OWNERSHIP,
E_LOCKING,
E_ATOMIC_SWAP,
E_EXDEV,
E_BACKUP_MISSING,
E_RESTORE_FAILED,
E_SMOKE,
E_GENERIC,
}
Variants§
E_POLICY
E_OWNERSHIP
E_LOCKING
E_ATOMIC_SWAP
E_EXDEV
E_BACKUP_MISSING
E_RESTORE_FAILED
E_SMOKE
E_GENERIC
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorId
impl RefUnwindSafe for ErrorId
impl Send for ErrorId
impl Sync for ErrorId
impl Unpin for ErrorId
impl UnwindSafe for ErrorId
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