Enum redis_driver::ClusterResetType
source · pub enum ClusterResetType {
Hard,
Soft,
}
Expand description
Type of cluster reset
Variants
Hard
Soft
Trait Implementations
sourceimpl IntoArgs for ClusterResetType
impl IntoArgs for ClusterResetType
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for ClusterResetType
impl Send for ClusterResetType
impl Sync for ClusterResetType
impl Unpin for ClusterResetType
impl UnwindSafe for ClusterResetType
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