pub struct XPD;Expand description
Palladium (one troy ounce)
Trait Implementations§
impl Copy for XPD
Source§impl Currency for XPD
impl Currency for XPD
Source§const NAME: &'static str = "Palladium (one troy ounce)"
const NAME: &'static str = "Palladium (one troy ounce)"
Full currency name (e.g., “US Dollar”, “Euro”)
Source§const MINOR_UNIT: u16 = 0
const MINOR_UNIT: u16 = 0
Number of decimal places/minor units (e.g., USD -> cents -> minor unit = 2)
Source§const MINOR_UNIT_SYMBOL: &'static str = ""
const MINOR_UNIT_SYMBOL: &'static str = ""
Currency minor symbol (e.g., USD -> “¢”)
Source§const MINOR_UNIT_NAME: &'static str = ""
const MINOR_UNIT_NAME: &'static str = ""
Currency minor unit name (e.g., USD -> “cent”)
Source§const THOUSAND_SEPARATOR: &'static str = ","
const THOUSAND_SEPARATOR: &'static str = ","
thousand separator (e.g., USD -> “,”)
Source§const DECIMAL_SEPARATOR: &'static str = "."
const DECIMAL_SEPARATOR: &'static str = "."
decimal separator (e.g., USD -> “.”)
impl Eq for XPD
impl StructuralPartialEq for XPD
Auto Trait Implementations§
impl Freeze for XPD
impl RefUnwindSafe for XPD
impl Send for XPD
impl Sync for XPD
impl Unpin for XPD
impl UnsafeUnpin for XPD
impl UnwindSafe for XPD
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