pub struct GenericOAuthOptions {
pub config: Vec<GenericOAuthConfig>,
}Fields§
§config: Vec<GenericOAuthConfig>Trait Implementations§
Source§impl Clone for GenericOAuthOptions
impl Clone for GenericOAuthOptions
Source§fn clone(&self) -> GenericOAuthOptions
fn clone(&self) -> GenericOAuthOptions
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 GenericOAuthOptions
impl Debug for GenericOAuthOptions
Source§impl Default for GenericOAuthOptions
impl Default for GenericOAuthOptions
Source§fn default() -> GenericOAuthOptions
fn default() -> GenericOAuthOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GenericOAuthOptions
impl !RefUnwindSafe for GenericOAuthOptions
impl Send for GenericOAuthOptions
impl Sync for GenericOAuthOptions
impl Unpin for GenericOAuthOptions
impl UnsafeUnpin for GenericOAuthOptions
impl !UnwindSafe for GenericOAuthOptions
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