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