pub enum StatsOutputFormat {
Text,
Json,
}Expand description
Stats output format.
Variants§
Trait Implementations§
Source§impl Clone for StatsOutputFormat
impl Clone for StatsOutputFormat
Source§fn clone(&self) -> StatsOutputFormat
fn clone(&self) -> StatsOutputFormat
Returns a duplicate of the value. Read more
1.0.0 · 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 StatsOutputFormat
impl Debug for StatsOutputFormat
Source§impl PartialEq for StatsOutputFormat
impl PartialEq for StatsOutputFormat
impl Copy for StatsOutputFormat
impl Eq for StatsOutputFormat
impl StructuralPartialEq for StatsOutputFormat
Auto Trait Implementations§
impl Freeze for StatsOutputFormat
impl RefUnwindSafe for StatsOutputFormat
impl Send for StatsOutputFormat
impl Sync for StatsOutputFormat
impl Unpin for StatsOutputFormat
impl UnsafeUnpin for StatsOutputFormat
impl UnwindSafe for StatsOutputFormat
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