pub struct DefineToolConfigOutput {
pub schema: ConfigSchema,
}
Expand description
Output returned from the define_tool_config
function.
Fields§
§schema: ConfigSchema
Schema shape of the tool’s configuration.
Trait Implementations§
Source§impl Clone for DefineToolConfigOutput
impl Clone for DefineToolConfigOutput
Source§fn clone(&self) -> DefineToolConfigOutput
fn clone(&self) -> DefineToolConfigOutput
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 DefineToolConfigOutput
impl Debug for DefineToolConfigOutput
Source§impl Default for DefineToolConfigOutput
impl Default for DefineToolConfigOutput
Source§fn default() -> DefineToolConfigOutput
fn default() -> DefineToolConfigOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefineToolConfigOutput
impl<'de> Deserialize<'de> for DefineToolConfigOutput
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
Source§impl PartialEq for DefineToolConfigOutput
impl PartialEq for DefineToolConfigOutput
Source§impl Serialize for DefineToolConfigOutput
impl Serialize for DefineToolConfigOutput
impl StructuralPartialEq for DefineToolConfigOutput
Auto Trait Implementations§
impl Freeze for DefineToolConfigOutput
impl RefUnwindSafe for DefineToolConfigOutput
impl Send for DefineToolConfigOutput
impl Sync for DefineToolConfigOutput
impl Unpin for DefineToolConfigOutput
impl UnwindSafe for DefineToolConfigOutput
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