pub enum ContributorRole {
Author,
Editor,
Chair,
Reviewer,
ReviewAssistant,
StatsReviewer,
ReviewerExternal,
Reader,
Translator,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ContributorRole
impl Clone for ContributorRole
Source§fn clone(&self) -> ContributorRole
fn clone(&self) -> ContributorRole
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 ContributorRole
impl Debug for ContributorRole
Source§impl Default for ContributorRole
impl Default for ContributorRole
Source§fn default() -> ContributorRole
fn default() -> ContributorRole
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContributorRole
impl RefUnwindSafe for ContributorRole
impl Send for ContributorRole
impl Sync for ContributorRole
impl Unpin for ContributorRole
impl UnwindSafe for ContributorRole
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