pub struct McpServerStartingState {}Expand description
Server is registered with the host but has not yet started.
Trait Implementations§
Source§impl Clone for McpServerStartingState
impl Clone for McpServerStartingState
Source§fn clone(&self) -> McpServerStartingState
fn clone(&self) -> McpServerStartingState
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 McpServerStartingState
impl Debug for McpServerStartingState
Source§impl<'de> Deserialize<'de> for McpServerStartingState
impl<'de> Deserialize<'de> for McpServerStartingState
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 McpServerStartingState
impl PartialEq for McpServerStartingState
Source§fn eq(&self, other: &McpServerStartingState) -> bool
fn eq(&self, other: &McpServerStartingState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for McpServerStartingState
impl Serialize for McpServerStartingState
impl StructuralPartialEq for McpServerStartingState
Auto Trait Implementations§
impl Freeze for McpServerStartingState
impl RefUnwindSafe for McpServerStartingState
impl Send for McpServerStartingState
impl Sync for McpServerStartingState
impl Unpin for McpServerStartingState
impl UnsafeUnpin for McpServerStartingState
impl UnwindSafe for McpServerStartingState
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