Struct kanidm_proto::v1::BackupCodesView [−][src]
Fields
backup_codes: Vec<String>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BackupCodesView
impl Send for BackupCodesView
impl Sync for BackupCodesView
impl Unpin for BackupCodesView
impl UnwindSafe for BackupCodesView
Blanket Implementations
Mutably borrows from an owned value. Read more