pub enum AuthorField {
AuthorId,
Name,
Url,
Affiliations,
Homepage,
PaperCount,
CitationCount,
HIndex,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AuthorField
impl Clone for AuthorField
Source§fn clone(&self) -> AuthorField
fn clone(&self) -> AuthorField
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 AuthorField
impl Debug for AuthorField
Source§impl Default for AuthorField
impl Default for AuthorField
Source§fn default() -> AuthorField
fn default() -> AuthorField
Returns the “default value” for a type. Read more
Source§impl PartialEq for AuthorField
impl PartialEq for AuthorField
impl StructuralPartialEq for AuthorField
Auto Trait Implementations§
impl Freeze for AuthorField
impl RefUnwindSafe for AuthorField
impl Send for AuthorField
impl Sync for AuthorField
impl Unpin for AuthorField
impl UnwindSafe for AuthorField
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