pub enum McpOauthPendingRequestResponseCancelledKind {
Cancelled,
}Variants§
Cancelled
Trait Implementations§
Source§impl Clone for McpOauthPendingRequestResponseCancelledKind
impl Clone for McpOauthPendingRequestResponseCancelledKind
Source§fn clone(&self) -> McpOauthPendingRequestResponseCancelledKind
fn clone(&self) -> McpOauthPendingRequestResponseCancelledKind
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 Default for McpOauthPendingRequestResponseCancelledKind
impl Default for McpOauthPendingRequestResponseCancelledKind
Source§fn default() -> McpOauthPendingRequestResponseCancelledKind
fn default() -> McpOauthPendingRequestResponseCancelledKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for McpOauthPendingRequestResponseCancelledKind
impl<'de> Deserialize<'de> for McpOauthPendingRequestResponseCancelledKind
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
impl Eq for McpOauthPendingRequestResponseCancelledKind
Source§impl PartialEq for McpOauthPendingRequestResponseCancelledKind
impl PartialEq for McpOauthPendingRequestResponseCancelledKind
Source§fn eq(&self, other: &McpOauthPendingRequestResponseCancelledKind) -> bool
fn eq(&self, other: &McpOauthPendingRequestResponseCancelledKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for McpOauthPendingRequestResponseCancelledKind
Auto Trait Implementations§
impl Freeze for McpOauthPendingRequestResponseCancelledKind
impl RefUnwindSafe for McpOauthPendingRequestResponseCancelledKind
impl Send for McpOauthPendingRequestResponseCancelledKind
impl Sync for McpOauthPendingRequestResponseCancelledKind
impl Unpin for McpOauthPendingRequestResponseCancelledKind
impl UnsafeUnpin for McpOauthPendingRequestResponseCancelledKind
impl UnwindSafe for McpOauthPendingRequestResponseCancelledKind
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