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