pub struct LongSize(/* private fields */);Implementations§
Trait Implementations§
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<LongSize> for DecimalSize
impl From<LongSize> for DecimalSize
Auto Trait Implementations§
impl RefUnwindSafe for LongSize
impl Send for LongSize
impl Sync for LongSize
impl Unpin for LongSize
impl UnwindSafe for LongSize
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