pub struct DecimalPrecision(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DecimalPrecision
impl Clone for DecimalPrecision
Source§fn clone(&self) -> DecimalPrecision
fn clone(&self) -> DecimalPrecision
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 DecimalPrecision
impl Debug for DecimalPrecision
Source§impl PartialEq for DecimalPrecision
impl PartialEq for DecimalPrecision
Source§impl TryFrom<&str> for DecimalPrecision
impl TryFrom<&str> for DecimalPrecision
impl Eq for DecimalPrecision
impl StructuralPartialEq for DecimalPrecision
Auto Trait Implementations§
impl Freeze for DecimalPrecision
impl RefUnwindSafe for DecimalPrecision
impl Send for DecimalPrecision
impl Sync for DecimalPrecision
impl Unpin for DecimalPrecision
impl UnwindSafe for DecimalPrecision
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