pub struct SkillAdminOptions {
pub agent: SkillAgentSelection,
pub scope: SkillScope,
pub skills_dir: Option<String>,
pub force: bool,
}Fields§
§agent: SkillAgentSelection§scope: SkillScope§skills_dir: Option<String>§force: boolTrait Implementations§
Source§impl Clone for SkillAdminOptions
impl Clone for SkillAdminOptions
Source§fn clone(&self) -> SkillAdminOptions
fn clone(&self) -> SkillAdminOptions
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 moreAuto Trait Implementations§
impl Freeze for SkillAdminOptions
impl RefUnwindSafe for SkillAdminOptions
impl Send for SkillAdminOptions
impl Sync for SkillAdminOptions
impl Unpin for SkillAdminOptions
impl UnsafeUnpin for SkillAdminOptions
impl UnwindSafe for SkillAdminOptions
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