Enum kanidm_proto::v1::AuthAllowed [−][src]
pub enum AuthAllowed { Anonymous, BackupCode, Password, Totp, Webauthn(RequestChallengeResponse), }
Variants
Trait Implementations
impl Clone for AuthAllowed
[src]
impl Clone for AuthAllowed
[src]fn clone(&self) -> AuthAllowed
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for AuthAllowed
[src]
impl<'de> Deserialize<'de> for AuthAllowed
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Ord for AuthAllowed
[src]
impl Ord for AuthAllowed
[src]impl PartialEq<AuthAllowed> for AuthAllowed
[src]
impl PartialEq<AuthAllowed> for AuthAllowed
[src]impl PartialOrd<AuthAllowed> for AuthAllowed
[src]
impl PartialOrd<AuthAllowed> for AuthAllowed
[src]impl Serialize for AuthAllowed
[src]
impl Serialize for AuthAllowed
[src]impl Eq for AuthAllowed
[src]
Auto Trait Implementations
impl RefUnwindSafe for AuthAllowed
impl Send for AuthAllowed
impl Sync for AuthAllowed
impl Unpin for AuthAllowed
impl UnwindSafe for AuthAllowed
Blanket Implementations
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,