[][src]Struct monet::CurrencyCode

pub struct CurrencyCode { /* fields omitted */ }

Trait Implementations

impl Clone for CurrencyCode[src]

impl Copy for CurrencyCode[src]

impl Default for CurrencyCode[src]

impl Eq for CurrencyCode[src]

impl PartialEq<CurrencyCode> for CurrencyCode[src]

impl Debug for CurrencyCode[src]

impl<'s> TryFrom<&'s str> for CurrencyCode[src]

type Error = String

The type returned in the event of a conversion error.

impl<'a> TryFrom<&'a CurrencyCode> for &'a str[src]

type Error = Utf8Error

The type returned in the event of a conversion error.

impl Deref for CurrencyCode[src]

type Target = [u8; 3]

The resulting type after dereferencing.

impl Hash for CurrencyCode[src]

impl StructuralPartialEq for CurrencyCode[src]

impl StructuralEq for CurrencyCode[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]