pub enum StatFormat {
Table,
Json,
Csv,
Markdown,
}Variants§
Trait Implementations§
Source§impl Clone for StatFormat
impl Clone for StatFormat
Source§fn clone(&self) -> StatFormat
fn clone(&self) -> StatFormat
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 StatFormat
impl Debug for StatFormat
Source§impl PartialEq for StatFormat
impl PartialEq for StatFormat
Source§fn eq(&self, other: &StatFormat) -> bool
fn eq(&self, other: &StatFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StatFormat
impl Eq for StatFormat
impl StructuralPartialEq for StatFormat
Auto Trait Implementations§
impl Freeze for StatFormat
impl RefUnwindSafe for StatFormat
impl Send for StatFormat
impl Sync for StatFormat
impl Unpin for StatFormat
impl UnsafeUnpin for StatFormat
impl UnwindSafe for StatFormat
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