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