pub struct AuthorYaml {
pub name: String,
pub affiliation: String,
}Expand description
Author information.
Fields§
§name: String§affiliation: StringTrait Implementations§
Source§impl Clone for AuthorYaml
impl Clone for AuthorYaml
Source§fn clone(&self) -> AuthorYaml
fn clone(&self) -> AuthorYaml
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 AuthorYaml
impl Debug for AuthorYaml
Source§impl<'de> Deserialize<'de> for AuthorYaml
impl<'de> Deserialize<'de> for AuthorYaml
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 AuthorYaml
impl RefUnwindSafe for AuthorYaml
impl Send for AuthorYaml
impl Sync for AuthorYaml
impl Unpin for AuthorYaml
impl UnsafeUnpin for AuthorYaml
impl UnwindSafe for AuthorYaml
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