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