pub struct XInfoStreamOptions { /* private fields */ }
Expand description
Options for the xinfo_stream
command
Implementations§
Trait Implementations§
Source§impl Default for XInfoStreamOptions
impl Default for XInfoStreamOptions
Source§fn default() -> XInfoStreamOptions
fn default() -> XInfoStreamOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for XInfoStreamOptions
impl ToArgs for XInfoStreamOptions
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 XInfoStreamOptions
impl RefUnwindSafe for XInfoStreamOptions
impl Send for XInfoStreamOptions
impl Sync for XInfoStreamOptions
impl Unpin for XInfoStreamOptions
impl UnwindSafe for XInfoStreamOptions
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