pub struct McpServerStoppedState {}Expand description
Server has been shut down. The host MAY remove the server from the session entirely shortly after this state.
Trait Implementations§
Source§impl Clone for McpServerStoppedState
impl Clone for McpServerStoppedState
Source§fn clone(&self) -> McpServerStoppedState
fn clone(&self) -> McpServerStoppedState
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 McpServerStoppedState
impl Debug for McpServerStoppedState
Source§impl<'de> Deserialize<'de> for McpServerStoppedState
impl<'de> Deserialize<'de> for McpServerStoppedState
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 McpServerStoppedState
impl PartialEq for McpServerStoppedState
Source§impl Serialize for McpServerStoppedState
impl Serialize for McpServerStoppedState
impl StructuralPartialEq for McpServerStoppedState
Auto Trait Implementations§
impl Freeze for McpServerStoppedState
impl RefUnwindSafe for McpServerStoppedState
impl Send for McpServerStoppedState
impl Sync for McpServerStoppedState
impl Unpin for McpServerStoppedState
impl UnsafeUnpin for McpServerStoppedState
impl UnwindSafe for McpServerStoppedState
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