pub struct AuthenticationOptions {
pub refresh_token_valid_for_seconds: Option<i64>,
pub read_only: Option<bool>,
}Fields§
§refresh_token_valid_for_seconds: Option<i64>§read_only: Option<bool>Trait Implementations§
Source§impl Default for AuthenticationOptions
impl Default for AuthenticationOptions
Source§fn default() -> AuthenticationOptions
fn default() -> AuthenticationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuthenticationOptions
impl RefUnwindSafe for AuthenticationOptions
impl Send for AuthenticationOptions
impl Sync for AuthenticationOptions
impl Unpin for AuthenticationOptions
impl UnsafeUnpin for AuthenticationOptions
impl UnwindSafe for AuthenticationOptions
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