pub struct STN;Expand description
São Tomé and Príncipe dobra
Trait Implementations§
Source§impl Currency for STN
impl Currency for STN
Source§const NAME: &'static str = "São Tomé and Príncipe dobra"
const NAME: &'static str = "São Tomé and Príncipe dobra"
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 = "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 STN
impl Eq for STN
impl StructuralPartialEq for STN
Auto Trait Implementations§
impl Freeze for STN
impl RefUnwindSafe for STN
impl Send for STN
impl Sync for STN
impl Unpin for STN
impl UnsafeUnpin for STN
impl UnwindSafe for STN
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