pub enum SkillExport {
Tool {
name: String,
description: Option<String>,
},
}Variants§
Trait Implementations§
Source§impl Clone for SkillExport
impl Clone for SkillExport
Source§fn clone(&self) -> SkillExport
fn clone(&self) -> SkillExport
Returns a duplicate of the value. Read more
1.0.0 · 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 SkillExport
impl Debug for SkillExport
Source§impl<'de> Deserialize<'de> for SkillExport
impl<'de> Deserialize<'de> for SkillExport
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 SkillExport
impl RefUnwindSafe for SkillExport
impl Send for SkillExport
impl Sync for SkillExport
impl Unpin for SkillExport
impl UnsafeUnpin for SkillExport
impl UnwindSafe for SkillExport
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