pub struct McpProgress {
pub server_name: String,
pub tool_name: String,
pub progress: Option<Value>,
}Expand description
MCP tool progress data
Fields§
§server_name: String§tool_name: String§progress: Option<Value>Trait Implementations§
Source§impl Clone for McpProgress
impl Clone for McpProgress
Source§fn clone(&self) -> McpProgress
fn clone(&self) -> McpProgress
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 McpProgress
impl Debug for McpProgress
Source§impl<'de> Deserialize<'de> for McpProgress
impl<'de> Deserialize<'de> for McpProgress
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 McpProgress
impl RefUnwindSafe for McpProgress
impl Send for McpProgress
impl Sync for McpProgress
impl Unpin for McpProgress
impl UnsafeUnpin for McpProgress
impl UnwindSafe for McpProgress
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