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