pub struct Dollar(/* private fields */);Implementations§
Trait Implementations§
Source§impl AddAssign<Dollar> for f64
impl AddAssign<Dollar> for f64
Source§fn add_assign(&mut self, other: Dollar)
fn add_assign(&mut self, other: Dollar)
Performs the
+= operation. Read moreSource§impl AddAssign<f64> for Dollar
impl AddAssign<f64> for Dollar
Source§fn add_assign(&mut self, rhs: f64)
fn add_assign(&mut self, rhs: f64)
Performs the
+= operation. Read moreSource§impl PartialOrd<f64> for Dollar
impl PartialOrd<f64> for Dollar
Source§impl PartialOrd for Dollar
impl PartialOrd for Dollar
impl Copy for Dollar
Auto Trait Implementations§
impl Freeze for Dollar
impl RefUnwindSafe for Dollar
impl Send for Dollar
impl Sync for Dollar
impl Unpin for Dollar
impl UnwindSafe for Dollar
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