pub enum AgentSkillScope {
User,
Project,
}Expand description
Skill installation scope
Variants§
Trait Implementations§
Source§impl Clone for AgentSkillScope
impl Clone for AgentSkillScope
Source§fn clone(&self) -> AgentSkillScope
fn clone(&self) -> AgentSkillScope
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 AgentSkillScope
Source§impl Debug for AgentSkillScope
impl Debug for AgentSkillScope
impl Eq for AgentSkillScope
Source§impl PartialEq for AgentSkillScope
impl PartialEq for AgentSkillScope
impl StructuralPartialEq for AgentSkillScope
Source§impl ValueEnum for AgentSkillScope
impl ValueEnum for AgentSkillScope
Auto Trait Implementations§
impl Freeze for AgentSkillScope
impl RefUnwindSafe for AgentSkillScope
impl Send for AgentSkillScope
impl Sync for AgentSkillScope
impl Unpin for AgentSkillScope
impl UnsafeUnpin for AgentSkillScope
impl UnwindSafe for AgentSkillScope
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