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 IntoArgs for XInfoStreamOptions
impl IntoArgs for XInfoStreamOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
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