pub enum FlushingMode {
Default,
Async,
Sync,
}
Expand description
Database flushing mode
Variants§
Trait Implementations§
Source§impl Default for FlushingMode
impl Default for FlushingMode
Source§impl IntoArgs for FlushingMode
impl IntoArgs for FlushingMode
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for FlushingMode
impl RefUnwindSafe for FlushingMode
impl Send for FlushingMode
impl Sync for FlushingMode
impl Unpin for FlushingMode
impl UnwindSafe for FlushingMode
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