Struct fb2::VerboseAuthorDetails
source · pub struct VerboseAuthorDetails {
pub first_name: LocalizedText,
pub middle_name: Option<LocalizedText>,
pub last_name: LocalizedText,
pub nickname: Option<LocalizedText>,
pub home_pages: Vec<String>,
pub emails: Vec<String>,
pub id: Option<String>,
}Fields§
§first_name: LocalizedText§middle_name: Option<LocalizedText>§last_name: LocalizedText§nickname: Option<LocalizedText>§home_pages: Vec<String>§emails: Vec<String>§id: Option<String>Trait Implementations§
source§impl Debug for VerboseAuthorDetails
impl Debug for VerboseAuthorDetails
source§impl PartialEq<VerboseAuthorDetails> for VerboseAuthorDetails
impl PartialEq<VerboseAuthorDetails> for VerboseAuthorDetails
source§fn eq(&self, other: &VerboseAuthorDetails) -> bool
fn eq(&self, other: &VerboseAuthorDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VerboseAuthorDetails
Auto Trait Implementations§
impl RefUnwindSafe for VerboseAuthorDetails
impl Send for VerboseAuthorDetails
impl Sync for VerboseAuthorDetails
impl Unpin for VerboseAuthorDetails
impl UnwindSafe for VerboseAuthorDetails
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