pub struct FormattedSize { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormattedSize
impl RefUnwindSafe for FormattedSize
impl Send for FormattedSize
impl Sync for FormattedSize
impl Unpin for FormattedSize
impl UnsafeUnpin for FormattedSize
impl UnwindSafe for FormattedSize
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