pub enum SsAuthorField {
AuthorId,
Name,
Url,
Affiliations,
Homepage,
PaperCount,
CitationCount,
HIndex,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SsAuthorField
impl Clone for SsAuthorField
Source§fn clone(&self) -> SsAuthorField
fn clone(&self) -> SsAuthorField
Returns a copy 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 SsAuthorField
impl Debug for SsAuthorField
Source§impl PartialEq for SsAuthorField
impl PartialEq for SsAuthorField
impl StructuralPartialEq for SsAuthorField
Auto Trait Implementations§
impl Freeze for SsAuthorField
impl RefUnwindSafe for SsAuthorField
impl Send for SsAuthorField
impl Sync for SsAuthorField
impl Unpin for SsAuthorField
impl UnwindSafe for SsAuthorField
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