pub struct RoundDecimalPlaces { /* private fields */ }Expand description
RoundDecimalPlaces
Implementations§
Trait Implementations§
Source§impl Clone for RoundDecimalPlaces
impl Clone for RoundDecimalPlaces
Source§fn clone(&self) -> RoundDecimalPlaces
fn clone(&self) -> RoundDecimalPlaces
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RoundDecimalPlaces
impl Debug for RoundDecimalPlaces
Source§impl Default for RoundDecimalPlaces
impl Default for RoundDecimalPlaces
Source§fn default() -> RoundDecimalPlaces
fn default() -> RoundDecimalPlaces
Returns the “default value” for a type. Read more
Source§impl Normalizer<Decimal> for RoundDecimalPlaces
impl Normalizer<Decimal> for RoundDecimalPlaces
Auto Trait Implementations§
impl Freeze for RoundDecimalPlaces
impl RefUnwindSafe for RoundDecimalPlaces
impl Send for RoundDecimalPlaces
impl Sync for RoundDecimalPlaces
impl Unpin for RoundDecimalPlaces
impl UnsafeUnpin for RoundDecimalPlaces
impl UnwindSafe for RoundDecimalPlaces
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