pub struct XBD;Expand description
European Unit of Account 17 (E.U.A.-17)
Trait Implementations§
Source§impl Currency for XBD
impl Currency for XBD
Source§const NAME: &'static str = "European Unit of Account 17 (E.U.A.-17)"
const NAME: &'static str = "European Unit of Account 17 (E.U.A.-17)"
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 XBD
impl Eq for XBD
impl StructuralPartialEq for XBD
Auto Trait Implementations§
impl Freeze for XBD
impl RefUnwindSafe for XBD
impl Send for XBD
impl Sync for XBD
impl Unpin for XBD
impl UnsafeUnpin for XBD
impl UnwindSafe for XBD
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