[][src]Struct billecta::SelfInvoiceActionStateView

pub struct SelfInvoiceActionStateView {
    pub attested_date: Option<DateTime>,
    pub closed_date: Option<DateTime>,
    pub invoice_sent_date: Option<DateTime>,
    pub is_paused: Option<bool>,
    pub next_event: Option<String>,
    pub next_event_date: Option<DateTime>,
    pub next_payment_amount: Option<AmountView>,
    pub next_payment_date: Option<DateTime>,
    pub paid_date: Option<DateTime>,
    pub stage: Option<ActionStageTypeView>,
}

Fields

attested_date: Option<DateTime>closed_date: Option<DateTime>invoice_sent_date: Option<DateTime>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>next_payment_amount: Option<AmountView>next_payment_date: Option<DateTime>stage: Option<ActionStageTypeView>

Trait Implementations

impl Clone for SelfInvoiceActionStateView[src]

impl Debug for SelfInvoiceActionStateView[src]

impl Default for SelfInvoiceActionStateView[src]

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

impl Serialize for SelfInvoiceActionStateView[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> 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.