pub enum CodeChallengeMethod {
Plain,
S256,
}Variants§
Trait Implementations§
Source§impl Clone for CodeChallengeMethod
impl Clone for CodeChallengeMethod
Source§fn clone(&self) -> CodeChallengeMethod
fn clone(&self) -> CodeChallengeMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CodeChallengeMethod
impl Debug for CodeChallengeMethod
impl Copy for CodeChallengeMethod
Auto Trait Implementations§
impl Freeze for CodeChallengeMethod
impl RefUnwindSafe for CodeChallengeMethod
impl Send for CodeChallengeMethod
impl Sync for CodeChallengeMethod
impl Unpin for CodeChallengeMethod
impl UnwindSafe for CodeChallengeMethod
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