Enum redis_driver::ClientCachingMode
source · [−]pub enum ClientCachingMode {
Yes,
No,
}
Expand description
Client caching mode for the client_caching
command.
Variants
Yes
No
Trait Implementations
sourceimpl IntoArgs for ClientCachingMode
impl IntoArgs for ClientCachingMode
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for ClientCachingMode
impl Send for ClientCachingMode
impl Sync for ClientCachingMode
impl Unpin for ClientCachingMode
impl UnwindSafe for ClientCachingMode
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