pub struct XReadGroupOptions { /* private fields */ }
Expand description
Options for the xreadgroup
command
Implementations§
Trait Implementations§
Source§impl Default for XReadGroupOptions
impl Default for XReadGroupOptions
Source§fn default() -> XReadGroupOptions
fn default() -> XReadGroupOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for XReadGroupOptions
impl ToArgs for XReadGroupOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for XReadGroupOptions
impl RefUnwindSafe for XReadGroupOptions
impl Send for XReadGroupOptions
impl Sync for XReadGroupOptions
impl Unpin for XReadGroupOptions
impl UnwindSafe for XReadGroupOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more