pub struct FormattedSize {
pub size: f64,
}
Fields§
§size: f64
Trait Implementations§
Source§impl Debug for FormattedSize
impl Debug for FormattedSize
Auto Trait Implementations§
impl Freeze for FormattedSize
impl RefUnwindSafe for FormattedSize
impl Send for FormattedSize
impl Sync for FormattedSize
impl Unpin 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