[][src]Struct aiven_rs::billing_group::types::InvoiceLines

pub struct InvoiceLines {
    pub cloud_name: String,
    pub description: String,
    pub line_total_local: String,
    pub line_total_usd: String,
    pub line_type: String,
    pub local_currency: String,
    pub project_name: String,
    pub service_name: String,
    pub service_plan: String,
    pub service_type: String,
    pub timestamp_begin: String,
    pub timestamp_end: String,
}

Fields

cloud_name: Stringdescription: Stringline_total_local: Stringline_total_usd: Stringline_type: Stringlocal_currency: Stringproject_name: Stringservice_name: Stringservice_plan: Stringservice_type: Stringtimestamp_begin: Stringtimestamp_end: String

Trait Implementations

impl Debug for InvoiceLines[src]

impl Default for InvoiceLines[src]

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

impl Serialize for InvoiceLines[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: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,