pub struct InfoContributor {
pub name: Option<String>,
pub uri: Option<String>,
pub email: Option<String>,
}Expand description
An <info><author> or <info><contributor> entry.
Fields§
§name: Option<String>§uri: Option<String>§email: Option<String>Trait Implementations§
Source§impl Clone for InfoContributor
impl Clone for InfoContributor
Source§fn clone(&self) -> InfoContributor
fn clone(&self) -> InfoContributor
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 InfoContributor
impl Debug for InfoContributor
Source§impl Default for InfoContributor
impl Default for InfoContributor
Source§fn default() -> InfoContributor
fn default() -> InfoContributor
Returns the “default value” for a type. Read more
Source§impl PartialEq for InfoContributor
impl PartialEq for InfoContributor
impl Eq for InfoContributor
impl StructuralPartialEq for InfoContributor
Auto Trait Implementations§
impl Freeze for InfoContributor
impl RefUnwindSafe for InfoContributor
impl Send for InfoContributor
impl Sync for InfoContributor
impl Unpin for InfoContributor
impl UnsafeUnpin for InfoContributor
impl UnwindSafe for InfoContributor
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