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