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