pub struct LastLoginMethodOptionsBuilder { /* private fields */ }Implementations§
Source§impl LastLoginMethodOptionsBuilder
impl LastLoginMethodOptionsBuilder
pub fn max_age(self, max_age: Duration) -> Self
pub fn with_resolver<F>(self, resolver: F) -> Self
pub fn store_in_database(self, store_in_database: bool) -> Self
pub fn database_field_name(self, field_name: impl Into<String>) -> Self
pub fn build(self) -> LastLoginMethodOptions
Trait Implementations§
Source§impl Clone for LastLoginMethodOptionsBuilder
impl Clone for LastLoginMethodOptionsBuilder
Source§fn clone(&self) -> LastLoginMethodOptionsBuilder
fn clone(&self) -> LastLoginMethodOptionsBuilder
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 LastLoginMethodOptionsBuilder
impl Default for LastLoginMethodOptionsBuilder
Source§fn default() -> LastLoginMethodOptionsBuilder
fn default() -> LastLoginMethodOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LastLoginMethodOptionsBuilder
impl !UnwindSafe for LastLoginMethodOptionsBuilder
impl Freeze for LastLoginMethodOptionsBuilder
impl Send for LastLoginMethodOptionsBuilder
impl Sync for LastLoginMethodOptionsBuilder
impl Unpin for LastLoginMethodOptionsBuilder
impl UnsafeUnpin for LastLoginMethodOptionsBuilder
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