Enum redis_driver::CommandDocFlag
source · pub enum CommandDocFlag {
Deprecated,
SystemCommand,
}
Expand description
Command documenation flag
Variants
Deprecated
the command is deprecated.
SystemCommand
a system command that isn’t meant to be called by users.
Trait Implementations
sourceimpl Debug for CommandDocFlag
impl Debug for CommandDocFlag
Auto Trait Implementations
impl RefUnwindSafe for CommandDocFlag
impl Send for CommandDocFlag
impl Sync for CommandDocFlag
impl Unpin for CommandDocFlag
impl UnwindSafe for CommandDocFlag
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