pub struct AuthOptions {
pub auto_refresh_token: bool,
pub persist_session: bool,
pub detect_session_in_url: bool,
}
Expand description
クライアントオプション
Fields§
§auto_refresh_token: bool
§persist_session: bool
§detect_session_in_url: bool
Trait Implementations§
Source§impl Clone for AuthOptions
impl Clone for AuthOptions
Source§fn clone(&self) -> AuthOptions
fn clone(&self) -> AuthOptions
Returns a copy of the value. Read more
1.0.0 · 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 AuthOptions
impl Debug for AuthOptions
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