Struct billecta::AnalysisRevenueByProduct[][src]

pub struct AnalysisRevenueByProduct {
Show 13 fields pub action_public_id: Guid, pub invoice_number: String, pub debtor_name: String, pub product_public_id: Guid, pub product_description: Option<String>, pub date: DateTime, pub transaction_date: DateTime, pub amount: AmountView, pub vat: f64, pub quantity: f64, pub book_keeping_account: String, pub period_start: Option<DateTime>, pub period_end: Option<DateTime>,
}

Fields

action_public_id: Guidinvoice_number: Stringdebtor_name: Stringproduct_public_id: Guidproduct_description: Option<String>date: DateTimetransaction_date: DateTimeamount: AmountViewvat: f64quantity: f64book_keeping_account: Stringperiod_start: Option<DateTime>period_end: Option<DateTime>

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

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.