pub struct FsyncFlags(/* private fields */);Expand description
Options for Fsync.
Implementations§
Source§impl FsyncFlags
impl FsyncFlags
Trait Implementations§
Source§impl Clone for FsyncFlags
impl Clone for FsyncFlags
Source§fn clone(&self) -> FsyncFlags
fn clone(&self) -> FsyncFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FsyncFlags
impl Debug for FsyncFlags
Source§impl Ord for FsyncFlags
impl Ord for FsyncFlags
Source§fn cmp(&self, other: &FsyncFlags) -> Ordering
fn cmp(&self, other: &FsyncFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FsyncFlags
impl PartialEq for FsyncFlags
Source§impl PartialOrd for FsyncFlags
impl PartialOrd for FsyncFlags
impl Copy for FsyncFlags
impl Eq for FsyncFlags
impl StructuralPartialEq for FsyncFlags
Auto Trait Implementations§
impl Freeze for FsyncFlags
impl RefUnwindSafe for FsyncFlags
impl Send for FsyncFlags
impl Sync for FsyncFlags
impl Unpin for FsyncFlags
impl UnsafeUnpin for FsyncFlags
impl UnwindSafe for FsyncFlags
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