pub struct Work {Show 20 fields
pub publishers: Vec<String>,
pub number_of_pages: u32,
pub isbns_10: Vec<InternationalStandardBookNumber>,
pub covers: Vec<u32>,
pub key: Resource,
pub authors: Vec<Author>,
pub ocaid: String,
pub contributions: Vec<String>,
pub languages: Vec<String>,
pub classifications: Classifications,
pub source_records: Vec<String>,
pub title: String,
pub identifiers: HashMap<BookIdentifierKey, Vec<String>>,
pub isbns_13: Vec<InternationalStandardBookNumber>,
pub local_id: Vec<String>,
pub publish_date: NaiveDate,
pub works: Vec<Resource>,
pub works_type: String,
pub first_sentence: FirstSentence,
pub latest_revision: u32,
}Fields
publishers: Vec<String>number_of_pages: u32isbns_10: Vec<InternationalStandardBookNumber>covers: Vec<u32>key: Resourceocaid: Stringcontributions: Vec<String>languages: Vec<String>classifications: Classificationssource_records: Vec<String>title: Stringidentifiers: HashMap<BookIdentifierKey, Vec<String>>isbns_13: Vec<InternationalStandardBookNumber>local_id: Vec<String>publish_date: NaiveDateworks: Vec<Resource>works_type: Stringfirst_sentence: FirstSentencelatest_revision: 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
Auto Trait Implementations
impl RefUnwindSafe for Work
impl UnwindSafe for Work
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