Struct modio::auth::AuthOptions
source · pub struct AuthOptions { /* private fields */ }
Expand description
Options for external authentication.
Trait Implementations§
source§impl From<DiscordOptions> for AuthOptions
impl From<DiscordOptions> for AuthOptions
source§fn from(options: DiscordOptions) -> AuthOptions
fn from(options: DiscordOptions) -> AuthOptions
Converts to this type from the input type.
source§impl From<GoogleOptions> for AuthOptions
impl From<GoogleOptions> for AuthOptions
source§fn from(options: GoogleOptions) -> AuthOptions
fn from(options: GoogleOptions) -> AuthOptions
Converts to this type from the input type.
source§impl From<OculusOptions> for AuthOptions
impl From<OculusOptions> for AuthOptions
source§fn from(options: OculusOptions) -> AuthOptions
fn from(options: OculusOptions) -> AuthOptions
Converts to this type from the input type.
source§impl From<SteamOptions> for AuthOptions
impl From<SteamOptions> for AuthOptions
source§fn from(options: SteamOptions) -> AuthOptions
fn from(options: SteamOptions) -> AuthOptions
Converts to this type from the input type.
source§impl From<SwitchOptions> for AuthOptions
impl From<SwitchOptions> for AuthOptions
source§fn from(options: SwitchOptions) -> AuthOptions
fn from(options: SwitchOptions) -> AuthOptions
Converts to this type from the input type.
source§impl From<XboxOptions> for AuthOptions
impl From<XboxOptions> for AuthOptions
source§fn from(options: XboxOptions) -> AuthOptions
fn from(options: XboxOptions) -> AuthOptions
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AuthOptions
impl RefUnwindSafe for AuthOptions
impl Send for AuthOptions
impl Sync for AuthOptions
impl Unpin for AuthOptions
impl UnwindSafe for AuthOptions
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