pub struct AuthJob {
pub state: String,
pub token_url: String,
pub authorization_endpoint: String,
pub me: String,
}Fields§
§state: String§token_url: String§me: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthJob
impl RefUnwindSafe for AuthJob
impl Send for AuthJob
impl Sync for AuthJob
impl Unpin for AuthJob
impl UnwindSafe for AuthJob
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