pub struct MKD;Expand description
Macedonian denar
Trait Implementations§
impl Copy for MKD
Source§impl Currency for MKD
impl Currency for MKD
Source§const MINOR_UNIT: u16 = 2
const MINOR_UNIT: u16 = 2
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 = "deni"
const MINOR_UNIT_NAME: &'static str = "deni"
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 MKD
impl StructuralPartialEq for MKD
Auto Trait Implementations§
impl Freeze for MKD
impl RefUnwindSafe for MKD
impl Send for MKD
impl Sync for MKD
impl Unpin for MKD
impl UnsafeUnpin for MKD
impl UnwindSafe for MKD
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