pub struct EUR;Expand description
Euro (€)
Trait Implementations§
source§impl Ord for EUR
impl Ord for EUR
source§impl PartialOrd for EUR
impl PartialOrd for EUR
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 EUR
impl Eq for EUR
impl StructuralPartialEq for EUR
Auto Trait Implementations§
impl RefUnwindSafe for EUR
impl Send for EUR
impl Sync for EUR
impl Unpin for EUR
impl UnwindSafe for EUR
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