pub struct TMT;Expand description
Turkmenistan manat
Trait Implementations§
impl Copy for TMT
Source§impl Currency for TMT
impl Currency for TMT
Source§const NAME: &'static str = "Turkmenistan manat"
const NAME: &'static str = "Turkmenistan manat"
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 = "t"
const MINOR_UNIT_SYMBOL: &'static str = "t"
Currency minor symbol (e.g., USD -> “¢”)
Source§const MINOR_UNIT_NAME: &'static str = "tenge"
const MINOR_UNIT_NAME: &'static str = "tenge"
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 TMT
impl StructuralPartialEq for TMT
Auto Trait Implementations§
impl Freeze for TMT
impl RefUnwindSafe for TMT
impl Send for TMT
impl Sync for TMT
impl Unpin for TMT
impl UnsafeUnpin for TMT
impl UnwindSafe for TMT
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