pub struct StatCliCommand {
pub view: Option<String>,
pub session: Option<String>,
pub options: StatCommandOptions,
}Fields§
§view: Option<String>§session: Option<String>§options: StatCommandOptionsTrait Implementations§
Source§impl Clone for StatCliCommand
impl Clone for StatCliCommand
Source§fn clone(&self) -> StatCliCommand
fn clone(&self) -> StatCliCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatCliCommand
impl Debug for StatCliCommand
Source§impl PartialEq for StatCliCommand
impl PartialEq for StatCliCommand
Source§fn eq(&self, other: &StatCliCommand) -> bool
fn eq(&self, other: &StatCliCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StatCliCommand
impl StructuralPartialEq for StatCliCommand
Auto Trait Implementations§
impl Freeze for StatCliCommand
impl RefUnwindSafe for StatCliCommand
impl Send for StatCliCommand
impl Sync for StatCliCommand
impl Unpin for StatCliCommand
impl UnsafeUnpin for StatCliCommand
impl UnwindSafe for StatCliCommand
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