pub struct KYD;Expand description
Cayman Islands dollar
Trait Implementations§
Source§impl Currency for KYD
impl Currency for KYD
Source§const NAME: &'static str = "Cayman Islands dollar"
const NAME: &'static str = "Cayman Islands dollar"
Full currency name (e.g., “US Dollar”, “Euro”)
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 = "minor"
const MINOR_UNIT_SYMBOL: &'static str = "minor"
Currency minor symbol (e.g., USD -> “¢”)
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 Copy for KYD
impl Eq for KYD
impl StructuralPartialEq for KYD
Auto Trait Implementations§
impl Freeze for KYD
impl RefUnwindSafe for KYD
impl Send for KYD
impl Sync for KYD
impl Unpin for KYD
impl UnsafeUnpin for KYD
impl UnwindSafe for KYD
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