[][src]Struct firefly_iii::models::currency_read::CurrencyRead

pub struct CurrencyRead {
    pub _type: String,
    pub id: String,
    pub attributes: Currency,
}

Fields

_type: String

Immutable value

id: Stringattributes: Currency

Methods

impl CurrencyRead[src]

pub fn new(_type: String, id: String, attributes: Currency) -> CurrencyRead[src]

Trait Implementations

impl Debug for CurrencyRead[src]

impl<'de> Deserialize<'de> for CurrencyRead[src]

impl PartialEq<CurrencyRead> for CurrencyRead[src]

impl Serialize for CurrencyRead[src]

impl StructuralPartialEq for CurrencyRead[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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.