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