Struct dropbox_sdk::oauth2::PkceCode
source · [−]pub struct PkceCode { /* private fields */ }Expand description
A proof key for OAuth2 PKCE (“Proof Key for Code Exchange”) flow.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PkceCode
impl Send for PkceCode
impl Sync for PkceCode
impl Unpin for PkceCode
impl UnwindSafe for PkceCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more