pub struct StateAuth {
pub url_generated: Option<String>,
pub state: String,
pub verifier: String,
}
Fields§
§url_generated: Option<String>
§state: String
§verifier: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateAuth
impl RefUnwindSafe for StateAuth
impl Send for StateAuth
impl Sync for StateAuth
impl Unpin for StateAuth
impl UnwindSafe for StateAuth
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