pub struct SkillArg {
pub name: String,
pub description: String,
pub required: bool,
}Expand description
Description of a skill argument for template substitution.
Fields§
§name: String§description: String§required: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SkillArg
impl RefUnwindSafe for SkillArg
impl Send for SkillArg
impl Sync for SkillArg
impl Unpin for SkillArg
impl UnsafeUnpin for SkillArg
impl UnwindSafe for SkillArg
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