[][src]Struct graph_rs_types::entitytypes::TermsAndConditions

pub struct TermsAndConditions {
    pub created_date_time: String,
    pub last_modified_date_time: String,
    pub display_name: String,
    pub description: String,
    pub title: String,
    pub body_text: String,
    pub acceptance_statement: String,
    pub version: i32,
    pub assignments: Vec<TermsAndConditionsAssignment>,
    pub acceptance_statuses: Vec<TermsAndConditionsAcceptanceStatus>,
}

Fields

created_date_time: Stringlast_modified_date_time: Stringdisplay_name: Stringdescription: Stringtitle: Stringbody_text: Stringacceptance_statement: Stringversion: i32assignments: Vec<TermsAndConditionsAssignment>acceptance_statuses: Vec<TermsAndConditionsAcceptanceStatus>

Trait Implementations

impl Eq for TermsAndConditions[src]

impl Clone for TermsAndConditions[src]

impl PartialEq<TermsAndConditions> for TermsAndConditions[src]

impl Debug for TermsAndConditions[src]

impl Serialize for TermsAndConditions[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]