pub struct SubjectWorkAuthor {
pub key: String,
pub name: Option<String>,
}Expand description
An author stub embedded inside a SubjectWork.
Fields§
§key: String§name: Option<String>Trait Implementations§
Source§impl Clone for SubjectWorkAuthor
impl Clone for SubjectWorkAuthor
Source§fn clone(&self) -> SubjectWorkAuthor
fn clone(&self) -> SubjectWorkAuthor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubjectWorkAuthor
impl Debug for SubjectWorkAuthor
Source§impl<'de> Deserialize<'de> for SubjectWorkAuthor
impl<'de> Deserialize<'de> for SubjectWorkAuthor
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 SubjectWorkAuthor
impl RefUnwindSafe for SubjectWorkAuthor
impl Send for SubjectWorkAuthor
impl Sync for SubjectWorkAuthor
impl Unpin for SubjectWorkAuthor
impl UnsafeUnpin for SubjectWorkAuthor
impl UnwindSafe for SubjectWorkAuthor
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