pub struct SkillTarget {
pub display_name: &'static str,
/* private fields */
}Expand description
AI CLI skill target supported by gcode init.
Fields§
§display_name: &'static strTrait Implementations§
Source§impl Clone for SkillTarget
impl Clone for SkillTarget
Source§fn clone(&self) -> SkillTarget
fn clone(&self) -> SkillTarget
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 moreSource§impl Debug for SkillTarget
impl Debug for SkillTarget
impl Copy for SkillTarget
Auto Trait Implementations§
impl Freeze for SkillTarget
impl RefUnwindSafe for SkillTarget
impl Send for SkillTarget
impl Sync for SkillTarget
impl Unpin for SkillTarget
impl UnsafeUnpin for SkillTarget
impl UnwindSafe for SkillTarget
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