pub enum SizeFormat {
Bytes,
Binary,
Decimal,
}Variants§
Trait Implementations§
Source§impl Clone for SizeFormat
impl Clone for SizeFormat
Source§fn clone(&self) -> SizeFormat
fn clone(&self) -> SizeFormat
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 PartialEq for SizeFormat
impl PartialEq for SizeFormat
impl Copy for SizeFormat
impl StructuralPartialEq for SizeFormat
Auto Trait Implementations§
impl Freeze for SizeFormat
impl RefUnwindSafe for SizeFormat
impl Send for SizeFormat
impl Sync for SizeFormat
impl Unpin for SizeFormat
impl UnwindSafe for SizeFormat
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