Enum kanidm_proto::v1::TotpAlgo [−][src]
pub enum TotpAlgo { Sha1, Sha256, Sha512, }
Variants
Trait Implementations
impl<'de> Deserialize<'de> for TotpAlgo
[src]
impl<'de> Deserialize<'de> for TotpAlgo
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for TotpAlgo
impl Send for TotpAlgo
impl Sync for TotpAlgo
impl Unpin for TotpAlgo
impl UnwindSafe for TotpAlgo
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>,