pub struct TraceToolSpec {
pub name: String,
pub description: String,
pub input_schema: Value,
pub output_schema: Value,
}Fields§
§name: String§description: String§input_schema: Value§output_schema: ValueTrait Implementations§
Source§impl Clone for TraceToolSpec
impl Clone for TraceToolSpec
Source§fn clone(&self) -> TraceToolSpec
fn clone(&self) -> TraceToolSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TraceToolSpec
impl Debug for TraceToolSpec
Source§impl<'de> Deserialize<'de> for TraceToolSpec
impl<'de> Deserialize<'de> for TraceToolSpec
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 TraceToolSpec
impl PartialEq for TraceToolSpec
Source§fn eq(&self, other: &TraceToolSpec) -> bool
fn eq(&self, other: &TraceToolSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TraceToolSpec
impl Serialize for TraceToolSpec
impl StructuralPartialEq for TraceToolSpec
Auto Trait Implementations§
impl Freeze for TraceToolSpec
impl RefUnwindSafe for TraceToolSpec
impl Send for TraceToolSpec
impl Sync for TraceToolSpec
impl Unpin for TraceToolSpec
impl UnsafeUnpin for TraceToolSpec
impl UnwindSafe for TraceToolSpec
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