pub struct Size(/* private fields */);Implementations§
Trait Implementations§
source§impl From<DecimalSize> for Size
impl From<DecimalSize> for Size
source§fn from(value: DecimalSize) -> Self
fn from(value: DecimalSize) -> Self
Converts to this type from the input type.
source§impl From<Size> for DecimalSize
impl From<Size> for DecimalSize
Auto Trait Implementations§
impl RefUnwindSafe for Size
impl Send for Size
impl Sync for Size
impl Unpin for Size
impl UnwindSafe for Size
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