pub struct ResolvedCall {
pub server: String,
pub tool: String,
pub arguments: Option<Map<String, Value>>,
}Expand description
Resolved proxy call returned by ToolProxy::resolve_call.
Fields§
§server: String§tool: String§arguments: Option<Map<String, Value>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedCall
impl RefUnwindSafe for ResolvedCall
impl Send for ResolvedCall
impl Sync for ResolvedCall
impl Unpin for ResolvedCall
impl UnsafeUnpin for ResolvedCall
impl UnwindSafe for ResolvedCall
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