pub struct ConfiguredToolSpec {
pub spec: ToolSpec,
pub supports_parallel_tool_calls: bool,
}Fields§
§spec: ToolSpec§supports_parallel_tool_calls: boolTrait Implementations§
Source§impl Clone for ConfiguredToolSpec
impl Clone for ConfiguredToolSpec
Source§fn clone(&self) -> ConfiguredToolSpec
fn clone(&self) -> ConfiguredToolSpec
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 ConfiguredToolSpec
impl Debug for ConfiguredToolSpec
Source§impl<'de> Deserialize<'de> for ConfiguredToolSpec
impl<'de> Deserialize<'de> for ConfiguredToolSpec
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 ConfiguredToolSpec
impl RefUnwindSafe for ConfiguredToolSpec
impl Send for ConfiguredToolSpec
impl Sync for ConfiguredToolSpec
impl Unpin for ConfiguredToolSpec
impl UnsafeUnpin for ConfiguredToolSpec
impl UnwindSafe for ConfiguredToolSpec
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