Struct open_library::models::authors::AuthorDetails
source · [−]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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
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 !=.
Auto Trait Implementations
impl RefUnwindSafe for AuthorDetails
impl Send for AuthorDetails
impl Sync for AuthorDetails
impl Unpin for AuthorDetails
impl UnwindSafe for AuthorDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
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