pub struct StatsArgs {
pub data_dir: Option<PathBuf>,
pub format: StatsOutputFormat,
}Expand description
Arguments for the stats command.
Fields§
§data_dir: Option<PathBuf>Optional data directory override.
format: StatsOutputFormatRequested output format.
Trait Implementations§
impl Eq for StatsArgs
impl StructuralPartialEq for StatsArgs
Auto Trait Implementations§
impl Freeze for StatsArgs
impl RefUnwindSafe for StatsArgs
impl Send for StatsArgs
impl Sync for StatsArgs
impl Unpin for StatsArgs
impl UnsafeUnpin for StatsArgs
impl UnwindSafe for StatsArgs
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