pub enum ClientCachingMode {
Yes,
No,
}
Expand description
Client caching mode for the client_caching
command.
Variants§
Trait Implementations§
Source§impl IntoArgs for ClientCachingMode
impl IntoArgs for ClientCachingMode
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for ClientCachingMode
impl RefUnwindSafe for ClientCachingMode
impl Send for ClientCachingMode
impl Sync for ClientCachingMode
impl Unpin for ClientCachingMode
impl UnwindSafe for ClientCachingMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more