pub enum SkillPriority {
Process = 1,
Implementation = 2,
}Expand description
Skill priority determines invocation order. Lower number = higher priority (processed first).
Variants§
Process = 1
Process skills (brainstorming, debugging, planning) - highest priority
Implementation = 2
Implementation skills (frontend, mcp-builder) - second priority
Implementations§
Trait Implementations§
Source§impl Clone for SkillPriority
impl Clone for SkillPriority
Source§fn clone(&self) -> SkillPriority
fn clone(&self) -> SkillPriority
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 SkillPriority
Source§impl Debug for SkillPriority
impl Debug for SkillPriority
Source§impl Default for SkillPriority
impl Default for SkillPriority
Source§fn default() -> SkillPriority
fn default() -> SkillPriority
Returns the “default value” for a type. Read more
impl Eq for SkillPriority
Source§impl Ord for SkillPriority
impl Ord for SkillPriority
Source§fn cmp(&self, other: &SkillPriority) -> Ordering
fn cmp(&self, other: &SkillPriority) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SkillPriority
impl PartialEq for SkillPriority
Source§fn eq(&self, other: &SkillPriority) -> bool
fn eq(&self, other: &SkillPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SkillPriority
impl PartialOrd for SkillPriority
impl StructuralPartialEq for SkillPriority
Auto Trait Implementations§
impl Freeze for SkillPriority
impl RefUnwindSafe for SkillPriority
impl Send for SkillPriority
impl Sync for SkillPriority
impl Unpin for SkillPriority
impl UnsafeUnpin for SkillPriority
impl UnwindSafe for SkillPriority
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.