Enum redis_module::raw::CommandFlag
source · [−]pub enum CommandFlag {
Show 14 variants
Write,
Readonly,
Denyoom,
Admin,
Pubsub,
Noscript,
Random,
SortForScript,
Loading,
Stale,
SkipMonitor,
Asking,
Fast,
Movablekeys,
}
Variants
Write
Readonly
Denyoom
Admin
Pubsub
Noscript
Random
SortForScript
Loading
Stale
SkipMonitor
Asking
Fast
Movablekeys
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandFlag
impl Send for CommandFlag
impl Sync for CommandFlag
impl Unpin for CommandFlag
impl UnwindSafe for CommandFlag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more