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 ToArgs for AclLogOptions
impl ToArgs for AclLogOptions
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 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