pub enum McpServerStatusDetail {
Full,
ToolsAndAuthOnly,
}Expand description
McpServerStatusDetail
JSON schema
{
"type": "string",
"enum": [
"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 Display for McpServerStatusDetail
impl Display for McpServerStatusDetail
Source§impl FromStr for McpServerStatusDetail
impl FromStr for McpServerStatusDetail
Source§impl Hash for McpServerStatusDetail
impl Hash for McpServerStatusDetail
Source§impl Ord for McpServerStatusDetail
impl Ord for McpServerStatusDetail
Source§fn cmp(&self, other: &McpServerStatusDetail) -> Ordering
fn cmp(&self, other: &McpServerStatusDetail) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. 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 PartialOrd for McpServerStatusDetail
impl PartialOrd for McpServerStatusDetail
Source§impl Serialize for McpServerStatusDetail
impl Serialize for McpServerStatusDetail
Source§impl TryFrom<&String> for McpServerStatusDetail
impl TryFrom<&String> for McpServerStatusDetail
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for McpServerStatusDetail
impl TryFrom<&str> for McpServerStatusDetail
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for McpServerStatusDetail
impl TryFrom<String> for McpServerStatusDetail
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.