Enum minmon::config::DataSizeFormat
source · pub enum DataSizeFormat {
Binary,
Decimal,
Bytes,
}Variants§
Trait Implementations§
source§impl Clone for DataSizeFormat
impl Clone for DataSizeFormat
source§fn clone(&self) -> DataSizeFormat
fn clone(&self) -> DataSizeFormat
Returns a copy 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 DataSizeFormat
impl Debug for DataSizeFormat
source§impl Default for DataSizeFormat
impl Default for DataSizeFormat
source§fn default() -> DataSizeFormat
fn default() -> DataSizeFormat
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DataSizeFormat
impl<'de> Deserialize<'de> for DataSizeFormat
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DataSizeFormat
impl PartialEq for DataSizeFormat
source§fn eq(&self, other: &DataSizeFormat) -> bool
fn eq(&self, other: &DataSizeFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DataSizeFormat
impl StructuralPartialEq for DataSizeFormat
Auto Trait Implementations§
impl Freeze for DataSizeFormat
impl RefUnwindSafe for DataSizeFormat
impl Send for DataSizeFormat
impl Sync for DataSizeFormat
impl Unpin for DataSizeFormat
impl UnwindSafe for DataSizeFormat
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