pub struct OAuth2Authentication { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OAuth2Authentication
impl Clone for OAuth2Authentication
Source§fn clone(&self) -> OAuth2Authentication
fn clone(&self) -> OAuth2Authentication
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 OAuth2Authentication
impl Debug for OAuth2Authentication
Source§impl Default for OAuth2Authentication
impl Default for OAuth2Authentication
Source§impl From<OAuth2Authentication> for OAuth2Authentication
impl From<OAuth2Authentication> for OAuth2Authentication
Source§fn from(value: OAuth2Authentication) -> Self
fn from(value: OAuth2Authentication) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OAuth2Authentication> for OAuth2Authentication
impl TryFrom<OAuth2Authentication> for OAuth2Authentication
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OAuth2Authentication) -> Result<Self, ConversionError>
fn try_from(value: OAuth2Authentication) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OAuth2Authentication
impl RefUnwindSafe for OAuth2Authentication
impl Send for OAuth2Authentication
impl Sync for OAuth2Authentication
impl Unpin for OAuth2Authentication
impl UnwindSafe for OAuth2Authentication
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