pub struct Decimal { /* private fields */ }
Trait Implementations§
Source§impl AddAssign<&Decimal> for Decimal
impl AddAssign<&Decimal> for Decimal
Source§fn add_assign(&mut self, rhs: &Decimal)
fn add_assign(&mut self, rhs: &Decimal)
Performs the
+=
operation. Read moreSource§impl AddAssign for Decimal
impl AddAssign for Decimal
Source§fn add_assign(&mut self, rhs: Decimal)
fn add_assign(&mut self, rhs: Decimal)
Performs the
+=
operation. Read moreSource§impl Ord for Decimal
impl Ord for Decimal
Source§impl PartialOrd for Decimal
impl PartialOrd for Decimal
Source§impl SubAssign<&Decimal> for Decimal
impl SubAssign<&Decimal> for Decimal
Source§fn sub_assign(&mut self, rhs: &Decimal)
fn sub_assign(&mut self, rhs: &Decimal)
Performs the
-=
operation. Read moreSource§impl SubAssign for Decimal
impl SubAssign for Decimal
Source§fn sub_assign(&mut self, rhs: Decimal)
fn sub_assign(&mut self, rhs: Decimal)
Performs the
-=
operation. Read moreimpl Eq for Decimal
impl StructuralPartialEq for Decimal
Auto Trait Implementations§
impl Freeze for Decimal
impl RefUnwindSafe for Decimal
impl Send for Decimal
impl Sync for Decimal
impl Unpin for Decimal
impl UnwindSafe for Decimal
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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