Struct billecta::InvoiceActionStateView[][src]

pub struct InvoiceActionStateView {
Show 15 fields pub attested_date: Option<DateTime>, pub closed_date: Option<DateTime>, pub credit_card_payment_public_id: Option<Guid>, pub disputed_date: Option<DateTime>, pub invoice_sent_date: Option<DateTime>, pub is_locked: Option<bool>, pub is_paused: Option<bool>, pub next_event: Option<String>, pub next_event_date: Option<DateTime>, pub sales_requested_date: Option<DateTime>, pub sent_to_debt_collection_date: Option<DateTime>, pub sms_sent_date: Option<DateTime>, pub stage: Option<InvoiceActionStageTypeView>, pub swish_payment_public_id: Option<String>, pub use_debtor_balance: Option<bool>,
}

Fields

attested_date: Option<DateTime>closed_date: Option<DateTime>credit_card_payment_public_id: Option<Guid>disputed_date: Option<DateTime>invoice_sent_date: Option<DateTime>is_locked: Option<bool>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>sales_requested_date: Option<DateTime>sent_to_debt_collection_date: Option<DateTime>sms_sent_date: Option<DateTime>stage: Option<InvoiceActionStageTypeView>swish_payment_public_id: Option<String>use_debtor_balance: Option<bool>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.