pub struct PkcePair {
pub code_verifier: String,
pub code_challenge: String,
}Fields§
§code_verifier: String§code_challenge: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PkcePair
impl RefUnwindSafe for PkcePair
impl Send for PkcePair
impl Sync for PkcePair
impl Unpin for PkcePair
impl UnsafeUnpin for PkcePair
impl UnwindSafe for PkcePair
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