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: Resourceauthors: Vec<Author>ocaid: 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: u32

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