pub struct FreeformToolFormat {
pub lark_grammar: Option<String>,
pub examples: Vec<String>,
}Fields§
§lark_grammar: Option<String>§examples: Vec<String>Trait Implementations§
Source§impl Clone for FreeformToolFormat
impl Clone for FreeformToolFormat
Source§fn clone(&self) -> FreeformToolFormat
fn clone(&self) -> FreeformToolFormat
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 FreeformToolFormat
impl Debug for FreeformToolFormat
Source§impl<'de> Deserialize<'de> for FreeformToolFormat
impl<'de> Deserialize<'de> for FreeformToolFormat
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 FreeformToolFormat
impl RefUnwindSafe for FreeformToolFormat
impl Send for FreeformToolFormat
impl Sync for FreeformToolFormat
impl Unpin for FreeformToolFormat
impl UnsafeUnpin for FreeformToolFormat
impl UnwindSafe for FreeformToolFormat
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