pub struct WorkGetResponse {
pub work: Work,
pub in_zotero: bool,
pub zotero: Option<ZoteroItemInfo>,
}Expand description
Combined work response including optional Zotero library metadata.
Fields§
§work: Work§in_zotero: bool§zotero: Option<ZoteroItemInfo>Trait Implementations§
Source§impl Clone for WorkGetResponse
impl Clone for WorkGetResponse
Source§fn clone(&self) -> WorkGetResponse
fn clone(&self) -> WorkGetResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkGetResponse
impl Debug for WorkGetResponse
Auto Trait Implementations§
impl Freeze for WorkGetResponse
impl RefUnwindSafe for WorkGetResponse
impl Send for WorkGetResponse
impl Sync for WorkGetResponse
impl Unpin for WorkGetResponse
impl UnsafeUnpin for WorkGetResponse
impl UnwindSafe for WorkGetResponse
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