Enum redis_driver::ClientReplyMode
source · [−]pub enum ClientReplyMode {
On,
Off,
Skip,
}
Expand description
Mode options for the client_reply
command.
Variants
On
Off
Skip
Trait Implementations
sourceimpl IntoArgs for ClientReplyMode
impl IntoArgs for ClientReplyMode
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for ClientReplyMode
impl Send for ClientReplyMode
impl Sync for ClientReplyMode
impl Unpin for ClientReplyMode
impl UnwindSafe for ClientReplyMode
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