Struct open_library::models::authors::AuthorWorks
source · [−]pub struct AuthorWorks {
pub description: Option<String>,
pub title: String,
pub covers: Vec<i32>,
pub subject_places: Vec<String>,
pub subjects: Vec<String>,
pub subject_people: Vec<String>,
pub key: Resource,
pub authors: Vec<AuthorLink>,
pub subject_times: Vec<String>,
pub latest_revision: u32,
pub revision: u32,
}Fields
description: Option<String>title: Stringcovers: Vec<i32>subject_places: Vec<String>subjects: Vec<String>subject_people: Vec<String>key: Resourcesubject_times: Vec<String>latest_revision: u32revision: u32Trait 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 AuthorWorks
impl Send for AuthorWorks
impl Sync for AuthorWorks
impl Unpin for AuthorWorks
impl UnwindSafe for AuthorWorks
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