Struct bytes_size::ByteSizeUnit
source · pub struct ByteSizeUnit { /* private fields */ }Implementations
sourceimpl ByteSizeUnit
impl ByteSizeUnit
pub fn to_bytes_size(&self) -> ByteSize
Trait Implementations
sourceimpl Calculate for ByteSizeUnit
impl Calculate for ByteSizeUnit
Auto Trait Implementations
impl RefUnwindSafe for ByteSizeUnit
impl Send for ByteSizeUnit
impl Sync for ByteSizeUnit
impl Unpin for ByteSizeUnit
impl UnwindSafe for ByteSizeUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more