Struct open_library::models::account::ReadingLogWork
source · [−]pub struct ReadingLogWork {
pub title: String,
pub key: Resource,
pub author_keys: Vec<Resource>,
pub author_names: Vec<String>,
pub first_publish_year: Option<i32>,
pub lending_edition_s: Option<String>,
pub edition_key: Vec<String>,
pub cover_id: Option<i32>,
pub cover_edition_key: Option<String>,
}Fields
title: Stringkey: Resourcefirst_publish_year: Option<i32>lending_edition_s: Option<String>edition_key: Vec<String>cover_id: Option<i32>cover_edition_key: Option<String>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
Auto Trait Implementations
impl RefUnwindSafe for ReadingLogWork
impl Send for ReadingLogWork
impl Sync for ReadingLogWork
impl Unpin for ReadingLogWork
impl UnwindSafe for ReadingLogWork
Blanket Implementations
Mutably borrows from an owned value. Read more
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