[][src]Struct billecta::SearchView

pub struct SearchView {
    pub closed_date_from: Option<DateTime>,
    pub closed_date_to: Option<DateTime>,
    pub cost_center: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub debtor_public_ids: Vec<Guid>,
    pub due_date_from: Option<DateTime>,
    pub due_date_to: Option<DateTime>,
    pub invoice_date_from: Option<DateTime>,
    pub invoice_date_to: Option<DateTime>,
    pub period_date_from: Option<DateTime>,
    pub period_date_to: Option<DateTime>,
    pub product_public_ids: Vec<Guid>,
    pub project: Option<String>,
    pub rot_rut: Option<RotRutSearchFilterTypeView>,
    pub search_value: Option<String>,
    pub status: Vec<ActionSearchStatusTypeView>,
    pub types: Vec<ActionTypeView>,
}

Fields

closed_date_from: Option<DateTime>closed_date_to: Option<DateTime>cost_center: Option<String>creditor_public_id: Option<Guid>debtor_public_ids: Vec<Guid>due_date_from: Option<DateTime>due_date_to: Option<DateTime>invoice_date_from: Option<DateTime>invoice_date_to: Option<DateTime>period_date_from: Option<DateTime>period_date_to: Option<DateTime>product_public_ids: Vec<Guid>project: Option<String>rot_rut: Option<RotRutSearchFilterTypeView>search_value: Option<String>status: Vec<ActionSearchStatusTypeView>types: Vec<ActionTypeView>

Trait Implementations

impl Clone for SearchView[src]

impl Debug for SearchView[src]

impl Default for SearchView[src]

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

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