pub enum FSyncMode {
Full,
Data,
}Expand description
The Fsync op mode to use.
Variants§
Auto Trait Implementations§
impl Freeze for FSyncMode
impl RefUnwindSafe for FSyncMode
impl Send for FSyncMode
impl Sync for FSyncMode
impl Unpin for FSyncMode
impl UnsafeUnpin for FSyncMode
impl UnwindSafe for FSyncMode
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