#[repr(i8)]pub enum FlushFlags {
NoFlush = 0,
SyncFlush = 1,
FullFlush = 2,
}
Expand description
Flush Flags
Variants§
Trait Implementations§
Source§impl Clone for FlushFlags
impl Clone for FlushFlags
Source§fn clone(&self) -> FlushFlags
fn clone(&self) -> FlushFlags
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 moreimpl Copy for FlushFlags
Auto Trait Implementations§
impl Freeze for FlushFlags
impl RefUnwindSafe for FlushFlags
impl Send for FlushFlags
impl Sync for FlushFlags
impl Unpin for FlushFlags
impl UnwindSafe for FlushFlags
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