pub enum TACACSplusPasswordExchangeProtocol {
ASCII,
PAP,
CHAP,
MSCHAPv1,
MSCHAPv2,
}
Variants§
ASCII
This value shall indicate the ASCII Login flow as described under section 5.4.2 of RFC8907.
PAP
This value shall indicate the PAP Login flow as described under section 5.4.2 of RFC8907.
CHAP
This value shall indicate the CHAP Login flow as described under section 5.4.2 of RFC8907.
MSCHAPv1
This value shall indicate the MS-CHAP v1 Login flow as described under section 5.4.2 of RFC8907.
MSCHAPv2
This value shall indicate the MS-CHAP v2 Login flow as described under section 5.4.2 of RFC8907.
Trait Implementations§
source§impl Clone for TACACSplusPasswordExchangeProtocol
impl Clone for TACACSplusPasswordExchangeProtocol
source§fn clone(&self) -> TACACSplusPasswordExchangeProtocol
fn clone(&self) -> TACACSplusPasswordExchangeProtocol
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 Default for TACACSplusPasswordExchangeProtocol
impl Default for TACACSplusPasswordExchangeProtocol
source§fn default() -> TACACSplusPasswordExchangeProtocol
fn default() -> TACACSplusPasswordExchangeProtocol
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TACACSplusPasswordExchangeProtocol
impl<'de> Deserialize<'de> for TACACSplusPasswordExchangeProtocol
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