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