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