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