Struct redis_driver::MemoryUsageOptions
source · pub struct MemoryUsageOptions { /* private fields */ }
Expand description
Options for the memory_usage
command
Implementations
Trait Implementations
sourceimpl Default for MemoryUsageOptions
impl Default for MemoryUsageOptions
sourcefn default() -> MemoryUsageOptions
fn default() -> MemoryUsageOptions
Returns the “default value” for a type. Read more
sourceimpl IntoArgs for MemoryUsageOptions
impl IntoArgs for MemoryUsageOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for MemoryUsageOptions
impl Send for MemoryUsageOptions
impl Sync for MemoryUsageOptions
impl Unpin for MemoryUsageOptions
impl UnwindSafe for MemoryUsageOptions
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