[][src]Struct billecta::AccountingExportView

pub struct AccountingExportView {
    pub created: Option<DateTime>,
    pub created_by: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub end: Option<DateTime>,
    pub file: Option<FileView>,
    pub format: Option<AccountingExportFormatTypeView>,
    pub start: Option<DateTime>,
}

Fields

created: Option<DateTime>created_by: Option<String>creditor_public_id: Option<Guid>end: Option<DateTime>file: Option<FileView>format: Option<AccountingExportFormatTypeView>start: Option<DateTime>

Trait Implementations

impl Clone for AccountingExportView[src]

impl Debug for AccountingExportView[src]

impl Default for AccountingExportView[src]

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

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