pub enum McpErrorSeverity {
Fatal,
Warning,
}Variants§
Trait Implementations§
Source§impl Clone for McpErrorSeverity
impl Clone for McpErrorSeverity
Source§fn clone(&self) -> McpErrorSeverity
fn clone(&self) -> McpErrorSeverity
Returns a duplicate of the value. Read more
1.0.0 · 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 McpErrorSeverity
impl Debug for McpErrorSeverity
Source§impl<'de> Deserialize<'de> for McpErrorSeverity
impl<'de> Deserialize<'de> for McpErrorSeverity
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 McpErrorSeverity
impl PartialEq for McpErrorSeverity
Source§impl Serialize for McpErrorSeverity
impl Serialize for McpErrorSeverity
impl StructuralPartialEq for McpErrorSeverity
Auto Trait Implementations§
impl Freeze for McpErrorSeverity
impl RefUnwindSafe for McpErrorSeverity
impl Send for McpErrorSeverity
impl Sync for McpErrorSeverity
impl Unpin for McpErrorSeverity
impl UnsafeUnpin for McpErrorSeverity
impl UnwindSafe for McpErrorSeverity
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