[][src]Struct saigon_adapter_basecamp::Creator

pub struct Creator {
    pub id: i32,
    pub attachable_sgid: String,
    pub name: String,
    pub email_address: String,
    pub personable_type: String,
    pub title: String,
    pub bio: Option<String>,
    pub created_at: String,
    pub updated_at: String,
    pub admin: bool,
    pub owner: bool,
    pub client: bool,
    pub time_zone: String,
    pub avatar_url: String,
    pub company: Company,
}

Fields

id: i32attachable_sgid: Stringname: Stringemail_address: Stringpersonable_type: Stringtitle: Stringbio: Option<String>created_at: Stringupdated_at: Stringadmin: boolowner: boolclient: booltime_zone: Stringavatar_url: Stringcompany: Company

Trait Implementations

impl Debug for Creator[src]

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

Auto Trait Implementations

impl Send for Creator

impl Sync for Creator

impl Unpin for Creator

impl UnwindSafe for Creator

impl RefUnwindSafe for Creator

Blanket Implementations

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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<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]