pub struct ALL;Expand description
Albanian lek
Trait Implementations§
Source§impl Currency for ALL
impl Currency for ALL
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 = "q"
const MINOR_UNIT_SYMBOL: &'static str = "q"
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 ALL
impl Eq for ALL
impl StructuralPartialEq for ALL
Auto Trait Implementations§
impl Freeze for ALL
impl RefUnwindSafe for ALL
impl Send for ALL
impl Sync for ALL
impl Unpin for ALL
impl UnsafeUnpin for ALL
impl UnwindSafe for ALL
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