pub struct FixedScale10 {}
Expand description
A fixed point Uint with 10 decimal places
NOTE: This should have the same behaviour as bignumber.js (default config with 10 decimal places)
Trait Implementations§
Source§impl Clone for FixedScale10
impl Clone for FixedScale10
Source§fn clone(&self) -> FixedScale10
fn clone(&self) -> FixedScale10
Returns a copy 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 FixedScale10
impl Debug for FixedScale10
Source§impl FixedScale for FixedScale10
impl FixedScale for FixedScale10
Auto Trait Implementations§
impl Freeze for FixedScale10
impl RefUnwindSafe for FixedScale10
impl Send for FixedScale10
impl Sync for FixedScale10
impl Unpin for FixedScale10
impl UnwindSafe for FixedScale10
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