pub struct XUA;Expand description
ADB Unit of Account
Trait Implementations§
Source§impl Currency for XUA
impl Currency for XUA
Source§const NAME: &'static str = "ADB Unit of Account"
const NAME: &'static str = "ADB Unit of Account"
Full currency name (e.g., “US Dollar”, “Euro”)
Source§const MINOR_UNIT: u16 = 0
const MINOR_UNIT: u16 = 0
Number of decimal places/minor units (e.g., USD -> cents -> minor unit = 2)
Source§const MINOR_UNIT_SYMBOL: &'static str = ""
const MINOR_UNIT_SYMBOL: &'static str = ""
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 XUA
impl Eq for XUA
impl StructuralPartialEq for XUA
Auto Trait Implementations§
impl Freeze for XUA
impl RefUnwindSafe for XUA
impl Send for XUA
impl Sync for XUA
impl Unpin for XUA
impl UnsafeUnpin for XUA
impl UnwindSafe for XUA
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