pub struct AuthenticatorResult { /* private fields */ }Expand description
Result from getting a token, including expiry time.
Implementations§
Auto Trait Implementations§
impl Freeze for AuthenticatorResult
impl RefUnwindSafe for AuthenticatorResult
impl Send for AuthenticatorResult
impl Sync for AuthenticatorResult
impl Unpin for AuthenticatorResult
impl UnwindSafe for AuthenticatorResult
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