pub struct LKR;Expand description
Sri Lankan rupee
Trait Implementations§
Source§impl Currency for LKR
impl Currency for LKR
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 LKR
impl Eq for LKR
impl StructuralPartialEq for LKR
Auto Trait Implementations§
impl Freeze for LKR
impl RefUnwindSafe for LKR
impl Send for LKR
impl Sync for LKR
impl Unpin for LKR
impl UnsafeUnpin for LKR
impl UnwindSafe for LKR
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