pub enum SkillScopeArg {
Personal,
Project,
}Variants§
Trait Implementations§
Source§impl Clone for SkillScopeArg
impl Clone for SkillScopeArg
Source§fn clone(&self) -> SkillScopeArg
fn clone(&self) -> SkillScopeArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SkillScopeArg
Source§impl Debug for SkillScopeArg
impl Debug for SkillScopeArg
Source§impl Serialize for SkillScopeArg
impl Serialize for SkillScopeArg
Source§impl ValueEnum for SkillScopeArg
impl ValueEnum for SkillScopeArg
Auto Trait Implementations§
impl Freeze for SkillScopeArg
impl RefUnwindSafe for SkillScopeArg
impl Send for SkillScopeArg
impl Sync for SkillScopeArg
impl Unpin for SkillScopeArg
impl UnsafeUnpin for SkillScopeArg
impl UnwindSafe for SkillScopeArg
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