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