pub struct Work {
pub title: Option<String>,
pub external_ids: Vec<(String, String)>,
pub publication_date: PublicationDate,
pub pub_type: Option<String>,
}Fields§
§title: Option<String>§external_ids: Vec<(String, String)>§publication_date: PublicationDate§pub_type: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Work
impl RefUnwindSafe for Work
impl Send for Work
impl Sync for Work
impl Unpin for Work
impl UnsafeUnpin for Work
impl UnwindSafe for Work
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more