pub enum ByteCapacity {
B(u64),
KB(u64),
MB(u64),
GB(u64),
TB(u64),
}
Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ByteCapacity
impl Send for ByteCapacity
impl Sync for ByteCapacity
impl Unpin for ByteCapacity
impl UnwindSafe for ByteCapacity
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