pub struct McpServerRefreshResponse {
pub extra: Map<String, Value>,
}Fields§
§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for McpServerRefreshResponse
impl Clone for McpServerRefreshResponse
Source§fn clone(&self) -> McpServerRefreshResponse
fn clone(&self) -> McpServerRefreshResponse
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 McpServerRefreshResponse
impl Debug for McpServerRefreshResponse
Source§impl<'de> Deserialize<'de> for McpServerRefreshResponse
impl<'de> Deserialize<'de> for McpServerRefreshResponse
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 McpServerRefreshResponse
impl PartialEq for McpServerRefreshResponse
Source§fn eq(&self, other: &McpServerRefreshResponse) -> bool
fn eq(&self, other: &McpServerRefreshResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for McpServerRefreshResponse
impl Serialize for McpServerRefreshResponse
impl StructuralPartialEq for McpServerRefreshResponse
Auto Trait Implementations§
impl Freeze for McpServerRefreshResponse
impl RefUnwindSafe for McpServerRefreshResponse
impl Send for McpServerRefreshResponse
impl Sync for McpServerRefreshResponse
impl Unpin for McpServerRefreshResponse
impl UnsafeUnpin for McpServerRefreshResponse
impl UnwindSafe for McpServerRefreshResponse
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