[][src]Struct ietfdata_rs::HistoricalPerson

pub struct HistoricalPerson {
    pub id: u64,
    pub resource_uri: HistoricalPersonUri,
    pub name: String,
    pub name_from_draft: 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: String,
    pub consent: Option<bool>,
    pub history_change_reason: Option<String>,
    pub history_user: String,
    pub history_type: String,
    pub history_id: u64,
    pub history_date: DateTime<Utc>,
}

A historical person in the IETF datatracker.

Fields

id: u64resource_uri: HistoricalPersonUriname: Stringname_from_draft: Stringbiography: Stringascii: Stringascii_short: Option<String>time: DateTime<Utc>photo: Option<String>photo_thumb: Option<String>user: Stringconsent: Option<bool>history_change_reason: Option<String>history_user: Stringhistory_type: Stringhistory_id: u64history_date: DateTime<Utc>

Trait Implementations

impl Debug for HistoricalPerson[src]

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

Auto Trait Implementations

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