Enum kanidmd_lib::be::dbvalue::DbTotpAlgoV1
source · [−]pub enum DbTotpAlgoV1 {
S1,
S256,
S512,
}
Variants
S1
S256
S512
Trait Implementations
sourceimpl Debug for DbTotpAlgoV1
impl Debug for DbTotpAlgoV1
sourceimpl<'de> Deserialize<'de> for DbTotpAlgoV1
impl<'de> Deserialize<'de> for DbTotpAlgoV1
sourcefn 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
sourceimpl Serialize for DbTotpAlgoV1
impl Serialize for DbTotpAlgoV1
Auto Trait Implementations
impl RefUnwindSafe for DbTotpAlgoV1
impl Send for DbTotpAlgoV1
impl Sync for DbTotpAlgoV1
impl Unpin for DbTotpAlgoV1
impl UnwindSafe for DbTotpAlgoV1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more