pub struct AuthorDetails {
Show 17 fields pub title: Option<String>, pub source_records: Vec<String>, pub key: Resource, pub bio: Option<String>, pub photos: Vec<i32>, pub birth_date: String, pub personal_name: String, pub remote_ids: HashMap<String, String>, pub entity_type: Option<String>, pub links: Vec<Link>, pub name: String, pub alternate_names: Vec<String>, pub wikipedia: Option<Url>, pub latest_revision: u16, pub revision: u16, pub created: Option<NaiveDateTime>, pub last_modified: Option<NaiveDateTime>,
}

Fields

title: Option<String>source_records: Vec<String>key: Resourcebio: Option<String>photos: Vec<i32>birth_date: Stringpersonal_name: Stringremote_ids: HashMap<String, String>entity_type: Option<String>links: Vec<Link>name: Stringalternate_names: Vec<String>wikipedia: Option<Url>latest_revision: u16revision: u16created: Option<NaiveDateTime>last_modified: Option<NaiveDateTime>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more