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