pub struct SkillInput {
pub name: String,
pub description: Option<String>,
pub workflow: String,
pub context: Option<String>,
}Fieldsยง
ยงname: Stringยงdescription: Option<String>ยงworkflow: Stringยงcontext: Option<String>Trait Implementationsยง
Sourceยงimpl Debug for SkillInput
impl Debug for SkillInput
Sourceยงimpl<'de> Deserialize<'de> for SkillInput
impl<'de> Deserialize<'de> for SkillInput
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementationsยง
impl Freeze for SkillInput
impl RefUnwindSafe for SkillInput
impl Send for SkillInput
impl Sync for SkillInput
impl Unpin for SkillInput
impl UnsafeUnpin for SkillInput
impl UnwindSafe for SkillInput
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