pub struct XReadOptions { /* private fields */ }Expand description
Options for the xread command
Implementations§
Trait Implementations§
Source§impl Args for XReadOptions
impl Args for XReadOptions
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
Source§impl Default for XReadOptions
impl Default for XReadOptions
Source§fn default() -> XReadOptions
fn default() -> XReadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XReadOptions
impl RefUnwindSafe for XReadOptions
impl Send for XReadOptions
impl Sync for XReadOptions
impl Unpin for XReadOptions
impl UnwindSafe for XReadOptions
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more