[][src]Struct ietfdata_rs::Person

pub struct Person {
    pub id: u64,
    pub resource_uri: PersonUri,
    pub name: String,
    pub name_from_draft: Option<String>,
    pub biography: String,
    pub ascii: String,
    pub ascii_short: Option<String>,
    pub time: DateTime<Utc>,
    pub photo: Option<String>,
    pub photo_thumb: Option<String>,
    pub user: Option<String>,
    pub consent: Option<bool>,
}

A person in the IETF datatracker.

Fields

id: u64resource_uri: PersonUriname: Stringname_from_draft: Option<String>biography: Stringascii: Stringascii_short: Option<String>time: DateTime<Utc>photo: Option<String>photo_thumb: Option<String>user: Option<String>consent: Option<bool>

Trait Implementations

impl Debug for Person[src]

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

Auto Trait Implementations

impl Unpin for Person

impl Send for Person

impl Sync for Person

impl RefUnwindSafe for Person

impl UnwindSafe for Person

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err