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