pub enum DriveErrorAction {
Ignore,
Stop,
Report,
Enospc,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DriveErrorAction
impl RefUnwindSafe for DriveErrorAction
impl Send for DriveErrorAction
impl Sync for DriveErrorAction
impl Unpin for DriveErrorAction
impl UnwindSafe for DriveErrorAction
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