pub struct AnonymousAuthorDetails {
pub nickname: Option<LocalizedText>,
pub home_pages: Vec<String>,
pub emails: Vec<String>,
pub id: Option<String>,
}Fields§
§nickname: Option<LocalizedText>§home_pages: Vec<String>§emails: Vec<String>§id: Option<String>Trait Implementations§
Source§impl Clone for AnonymousAuthorDetails
impl Clone for AnonymousAuthorDetails
Source§fn clone(&self) -> AnonymousAuthorDetails
fn clone(&self) -> AnonymousAuthorDetails
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 AnonymousAuthorDetails
impl Debug for AnonymousAuthorDetails
Source§impl PartialEq for AnonymousAuthorDetails
impl PartialEq for AnonymousAuthorDetails
Source§impl Serialize for AnonymousAuthorDetails
impl Serialize for AnonymousAuthorDetails
impl StructuralPartialEq for AnonymousAuthorDetails
Auto Trait Implementations§
impl Freeze for AnonymousAuthorDetails
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