pub struct AuthClientLoginOptions { /* private fields */ }Expand description
Options for the AuthClient::login_with_options.
Implementations§
Source§impl AuthClientLoginOptions
impl AuthClientLoginOptions
Sourcepub fn builder() -> AuthClientLoginOptionsBuilder
pub fn builder() -> AuthClientLoginOptionsBuilder
Creates a new AuthClientLoginOptionsBuilder.
Trait Implementations§
Source§impl Clone for AuthClientLoginOptions
impl Clone for AuthClientLoginOptions
Source§fn clone(&self) -> AuthClientLoginOptions
fn clone(&self) -> AuthClientLoginOptions
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 Default for AuthClientLoginOptions
impl Default for AuthClientLoginOptions
Source§fn default() -> AuthClientLoginOptions
fn default() -> AuthClientLoginOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuthClientLoginOptions
impl RefUnwindSafe for AuthClientLoginOptions
impl Send for AuthClientLoginOptions
impl Sync for AuthClientLoginOptions
impl Unpin for AuthClientLoginOptions
impl UnsafeUnpin for AuthClientLoginOptions
impl UnwindSafe for AuthClientLoginOptions
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