pub struct DecimalScale(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DecimalScale
impl Clone for DecimalScale
Source§fn clone(&self) -> DecimalScale
fn clone(&self) -> DecimalScale
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecimalScale
impl Debug for DecimalScale
Source§impl PartialEq for DecimalScale
impl PartialEq for DecimalScale
Source§impl TryFrom<(&str, &DecimalPrecision)> for DecimalScale
impl TryFrom<(&str, &DecimalPrecision)> for DecimalScale
impl Eq for DecimalScale
impl StructuralPartialEq for DecimalScale
Auto Trait Implementations§
impl Freeze for DecimalScale
impl RefUnwindSafe for DecimalScale
impl Send for DecimalScale
impl Sync for DecimalScale
impl Unpin for DecimalScale
impl UnwindSafe for DecimalScale
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