pub struct BTN;Expand description
Bhutanese ngultrum
Trait Implementations§
Source§impl Currency for BTN
impl Currency for BTN
Source§const NAME: &'static str = "Bhutanese ngultrum"
const NAME: &'static str = "Bhutanese ngultrum"
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 = "Ch."
const MINOR_UNIT_SYMBOL: &'static str = "Ch."
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 BTN
impl Eq for BTN
impl StructuralPartialEq for BTN
Auto Trait Implementations§
impl Freeze for BTN
impl RefUnwindSafe for BTN
impl Send for BTN
impl Sync for BTN
impl Unpin for BTN
impl UnsafeUnpin for BTN
impl UnwindSafe for BTN
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