Enum redis_driver::FlushingMode
source · [−]pub enum FlushingMode {
Default,
Async,
Sync,
}
Expand description
Database flushing mode
Variants
Default
Async
Flushes the database(s) asynchronously
Sync
Flushed the database(s) synchronously
Trait Implementations
sourceimpl Default for FlushingMode
impl Default for FlushingMode
sourceimpl IntoArgs for FlushingMode
impl IntoArgs for FlushingMode
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for FlushingMode
impl Send for FlushingMode
impl Sync for FlushingMode
impl Unpin for FlushingMode
impl UnwindSafe for FlushingMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more