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