pub struct AclCatOptions { /* private fields */ }Expand description
Options for the acl_cat command
Implementations§
Source§impl AclCatOptions
impl AclCatOptions
pub fn category_name(self, category_name: impl Args) -> Self
Trait Implementations§
Source§impl Args for AclCatOptions
impl Args for AclCatOptions
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
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
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more