Enum redis_driver::CommandTip
source · pub enum CommandTip {
NonDeterministricOutput,
NonDeterministricOutputOrder,
RequestPolicy(RequestPolicy),
ResponsePolicy(ResponsePolicy),
}
Expand description
Get additional information about a command See https://redis.io/docs/reference/command-tips/
Variants
NonDeterministricOutput
NonDeterministricOutputOrder
RequestPolicy(RequestPolicy)
ResponsePolicy(ResponsePolicy)
Trait Implementations
sourceimpl Clone for CommandTip
impl Clone for CommandTip
sourcefn clone(&self) -> CommandTip
fn clone(&self) -> CommandTip
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CommandTip
impl Debug for CommandTip
Auto Trait Implementations
impl RefUnwindSafe for CommandTip
impl Send for CommandTip
impl Sync for CommandTip
impl Unpin for CommandTip
impl UnwindSafe for CommandTip
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