[][src]Struct billecta::ProjectView

pub struct ProjectView {
    pub comments: Option<String>,
    pub contact_person: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub description: Option<String>,
    pub end_date: Option<DateTime>,
    pub project_leader: Option<String>,
    pub project_number: Option<String>,
    pub start_date: Option<DateTime>,
    pub status: Option<ProjectStatusTypeView>,
}

Fields

comments: Option<String>contact_person: Option<String>creditor_public_id: Option<Guid>description: Option<String>end_date: Option<DateTime>project_leader: Option<String>project_number: Option<String>start_date: Option<DateTime>status: Option<ProjectStatusTypeView>

Trait Implementations

impl Clone for ProjectView[src]

impl Debug for ProjectView[src]

impl Default for ProjectView[src]

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

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