pub enum CodeChallengeMethod {
Sha256,
Plain,
}
Variants§
Trait Implementations§
source§impl Clone for CodeChallengeMethod
impl Clone for CodeChallengeMethod
source§fn clone(&self) -> CodeChallengeMethod
fn clone(&self) -> CodeChallengeMethod
Returns a copy 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
source§impl Default for CodeChallengeMethod
impl Default for CodeChallengeMethod
source§impl<'de> Deserialize<'de> for CodeChallengeMethod
impl<'de> Deserialize<'de> for CodeChallengeMethod
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for CodeChallengeMethod
impl Display for CodeChallengeMethod
source§impl FromStr for CodeChallengeMethod
impl FromStr for CodeChallengeMethod
source§impl PartialEq<CodeChallengeMethod> for CodeChallengeMethod
impl PartialEq<CodeChallengeMethod> for CodeChallengeMethod
source§fn eq(&self, other: &CodeChallengeMethod) -> bool
fn eq(&self, other: &CodeChallengeMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.