pub enum SkillAction {
Inspect,
Run,
}Variants§
Trait Implementations§
Source§impl Debug for SkillAction
impl Debug for SkillAction
Source§impl PartialEq for SkillAction
impl PartialEq for SkillAction
Source§fn eq(&self, other: &SkillAction) -> bool
fn eq(&self, other: &SkillAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SkillAction
Auto Trait Implementations§
impl Freeze for SkillAction
impl RefUnwindSafe for SkillAction
impl Send for SkillAction
impl Sync for SkillAction
impl Unpin for SkillAction
impl UnsafeUnpin for SkillAction
impl UnwindSafe for SkillAction
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