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