pub enum ByteUnits {
Iec,
Si,
}Expand description
Which unit family to render byte counts in.
Variants§
Trait Implementations§
impl Copy for ByteUnits
impl Eq for ByteUnits
impl StructuralPartialEq for ByteUnits
Auto Trait Implementations§
impl Freeze for ByteUnits
impl RefUnwindSafe for ByteUnits
impl Send for ByteUnits
impl Sync for ByteUnits
impl Unpin for ByteUnits
impl UnsafeUnpin for ByteUnits
impl UnwindSafe for ByteUnits
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