pub struct WorkQueryWorkPublications {
pub publication_id: Uuid,
pub publication_type: PublicationType,
pub publication_url: Option<String>,
pub isbn: Option<String>,
}Expand description
A manifestation of a written text
Fields§
§publication_id: Uuid§publication_type: PublicationType§publication_url: Option<String>§isbn: Option<String>Trait Implementations§
Source§impl Debug for WorkQueryWorkPublications
impl Debug for WorkQueryWorkPublications
Source§impl<'de> Deserialize<'de> for WorkQueryWorkPublications
impl<'de> Deserialize<'de> for WorkQueryWorkPublications
Source§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 Freeze for WorkQueryWorkPublications
impl RefUnwindSafe for WorkQueryWorkPublications
impl Send for WorkQueryWorkPublications
impl Sync for WorkQueryWorkPublications
impl Unpin for WorkQueryWorkPublications
impl UnwindSafe for WorkQueryWorkPublications
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