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