pub struct HKD;Expand description
Hong Kong dollar ($)
Trait Implementations§
source§impl Ord for HKD
impl Ord for HKD
source§impl PartialOrd for HKD
impl PartialOrd for HKD
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 HKD
impl Eq for HKD
impl StructuralPartialEq for HKD
Auto Trait Implementations§
impl RefUnwindSafe for HKD
impl Send for HKD
impl Sync for HKD
impl Unpin for HKD
impl UnwindSafe for HKD
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