pub struct SlowLogOptions { /* private fields */ }
Expand description
options for the slowlog_get
command.
Implementations§
Trait Implementations§
Source§impl Default for SlowLogOptions
impl Default for SlowLogOptions
Source§fn default() -> SlowLogOptions
fn default() -> SlowLogOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for SlowLogOptions
impl ToArgs for SlowLogOptions
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 SlowLogOptions
impl RefUnwindSafe for SlowLogOptions
impl Send for SlowLogOptions
impl Sync for SlowLogOptions
impl Unpin for SlowLogOptions
impl UnwindSafe for SlowLogOptions
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