Struct rustis::commands::MemoryUsageOptions
source · pub struct MemoryUsageOptions { /* private fields */ }Expand description
Options for the memory_usage command
Implementations§
Trait Implementations§
source§impl Default for MemoryUsageOptions
impl Default for MemoryUsageOptions
source§fn default() -> MemoryUsageOptions
fn default() -> MemoryUsageOptions
Returns the “default value” for a type. Read more
source§impl ToArgs for MemoryUsageOptions
impl ToArgs for MemoryUsageOptions
source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for MemoryUsageOptions
impl RefUnwindSafe for MemoryUsageOptions
impl Send for MemoryUsageOptions
impl Sync for MemoryUsageOptions
impl Unpin for MemoryUsageOptions
impl UnwindSafe for MemoryUsageOptions
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