pub struct BDT;Expand description
Bangladeshi taka
Trait Implementations§
impl Copy for BDT
Source§impl Currency for BDT
impl Currency for BDT
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 = "p"
const MINOR_UNIT_SYMBOL: &'static str = "p"
Currency minor symbol (e.g., USD -> “¢”)
Source§const MINOR_UNIT_NAME: &'static str = "poisha"
const MINOR_UNIT_NAME: &'static str = "poisha"
Currency minor unit name (e.g., USD -> “cent”)
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 Eq for BDT
impl StructuralPartialEq for BDT
Auto Trait Implementations§
impl Freeze for BDT
impl RefUnwindSafe for BDT
impl Send for BDT
impl Sync for BDT
impl Unpin for BDT
impl UnsafeUnpin for BDT
impl UnwindSafe for BDT
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