pub struct UYW;Expand description
Unidad previsional
Trait Implementations§
Source§impl Currency for UYW
impl Currency for UYW
Source§const NAME: &'static str = "Unidad previsional"
const NAME: &'static str = "Unidad previsional"
Full currency name (e.g., “US Dollar”, “Euro”)
Source§const MINOR_UNIT: u16 = 4
const MINOR_UNIT: u16 = 4
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 UYW
impl Eq for UYW
impl StructuralPartialEq for UYW
Auto Trait Implementations§
impl Freeze for UYW
impl RefUnwindSafe for UYW
impl Send for UYW
impl Sync for UYW
impl Unpin for UYW
impl UnsafeUnpin for UYW
impl UnwindSafe for UYW
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