pub struct ByteSizeUnit { /* private fields */ }Implementations§
Source§impl ByteSizeUnit
impl ByteSizeUnit
pub fn to_bytes_size(&self) -> ByteSize
Trait Implementations§
Source§impl Calculate for ByteSizeUnit
impl Calculate for ByteSizeUnit
Auto Trait Implementations§
impl Freeze for ByteSizeUnit
impl RefUnwindSafe for ByteSizeUnit
impl Send for ByteSizeUnit
impl Sync for ByteSizeUnit
impl Unpin for ByteSizeUnit
impl UnwindSafe for ByteSizeUnit
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