pub struct LoginWithOAuthOptions {
pub query_params: Option<HashMap<String, String>>,
pub redirect_to: Option<String>,
pub scopes: Option<String>,
pub skip_browser_redirect: Option<bool>,
}Fields§
§query_params: Option<HashMap<String, String>>§redirect_to: Option<String>§scopes: Option<String>§skip_browser_redirect: Option<bool>Trait Implementations§
Source§impl Debug for LoginWithOAuthOptions
impl Debug for LoginWithOAuthOptions
Source§impl Default for LoginWithOAuthOptions
impl Default for LoginWithOAuthOptions
Source§fn default() -> LoginWithOAuthOptions
fn default() -> LoginWithOAuthOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoginWithOAuthOptions
impl<'de> Deserialize<'de> for LoginWithOAuthOptions
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 LoginWithOAuthOptions
impl PartialEq for LoginWithOAuthOptions
Source§impl Serialize for LoginWithOAuthOptions
impl Serialize for LoginWithOAuthOptions
impl StructuralPartialEq for LoginWithOAuthOptions
Auto Trait Implementations§
impl Freeze for LoginWithOAuthOptions
impl RefUnwindSafe for LoginWithOAuthOptions
impl Send for LoginWithOAuthOptions
impl Sync for LoginWithOAuthOptions
impl Unpin for LoginWithOAuthOptions
impl UnwindSafe for LoginWithOAuthOptions
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