pub struct ProxyToolRequest {
pub request_id: String,
pub tool_name: String,
pub tool_input: Value,
pub metadata: ProxyMetadata,
}Fields§
§request_id: String§tool_name: String§tool_input: Value§metadata: ProxyMetadataTrait Implementations§
Source§impl Clone for ProxyToolRequest
impl Clone for ProxyToolRequest
Source§fn clone(&self) -> ProxyToolRequest
fn clone(&self) -> ProxyToolRequest
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 ProxyToolRequest
impl Debug for ProxyToolRequest
Source§impl<'de> Deserialize<'de> for ProxyToolRequest
impl<'de> Deserialize<'de> for ProxyToolRequest
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 ProxyToolRequest
impl RefUnwindSafe for ProxyToolRequest
impl Send for ProxyToolRequest
impl Sync for ProxyToolRequest
impl Unpin for ProxyToolRequest
impl UnsafeUnpin for ProxyToolRequest
impl UnwindSafe for ProxyToolRequest
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