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