pub struct FixedScale26 {}
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 FixedScale26
impl Clone for FixedScale26
Source§fn clone(&self) -> FixedScale26
fn clone(&self) -> FixedScale26
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 FixedScale26
impl Debug for FixedScale26
Source§impl FixedScale for FixedScale26
impl FixedScale for FixedScale26
Auto Trait Implementations§
impl Freeze for FixedScale26
impl RefUnwindSafe for FixedScale26
impl Send for FixedScale26
impl Sync for FixedScale26
impl Unpin for FixedScale26
impl UnwindSafe for FixedScale26
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