pub enum McpServerOauthClientRegistration {
Auto,
Cimd,
Dcr,
}Variants§
Trait Implementations§
Source§impl Clone for McpServerOauthClientRegistration
impl Clone for McpServerOauthClientRegistration
Source§fn clone(&self) -> McpServerOauthClientRegistration
fn clone(&self) -> McpServerOauthClientRegistration
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<'de> Deserialize<'de> for McpServerOauthClientRegistration
impl<'de> Deserialize<'de> for McpServerOauthClientRegistration
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 StructuralPartialEq for McpServerOauthClientRegistration
Auto Trait Implementations§
impl Freeze for McpServerOauthClientRegistration
impl RefUnwindSafe for McpServerOauthClientRegistration
impl Send for McpServerOauthClientRegistration
impl Sync for McpServerOauthClientRegistration
impl Unpin for McpServerOauthClientRegistration
impl UnsafeUnpin for McpServerOauthClientRegistration
impl UnwindSafe for McpServerOauthClientRegistration
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