pub struct USD;Expand description
United States dollar ($)
Trait Implementations§
source§impl Ord for USD
impl Ord for USD
source§impl PartialOrd for USD
impl PartialOrd for USD
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for USD
impl Eq for USD
impl StructuralPartialEq for USD
Auto Trait Implementations§
impl RefUnwindSafe for USD
impl Send for USD
impl Sync for USD
impl Unpin for USD
impl UnwindSafe for USD
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