Enum ctap_types::ctap2::credential_management::Subcommand
source · [−]#[repr(u8)]
pub enum Subcommand {
GetCredsMetadata,
EnumerateRpsBegin,
EnumerateRpsGetNextRp,
EnumerateCredentialsBegin,
EnumerateCredentialsGetNextCredential,
DeleteCredential,
}Variants
GetCredsMetadata
EnumerateRpsBegin
EnumerateRpsGetNextRp
EnumerateCredentialsBegin
EnumerateCredentialsGetNextCredential
DeleteCredential
Trait Implementations
sourceimpl Clone for Subcommand
impl Clone for Subcommand
sourcefn clone(&self) -> Subcommand
fn clone(&self) -> Subcommand
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Subcommand
impl Debug for Subcommand
sourceimpl<'de> Deserialize<'de> for Subcommand
impl<'de> Deserialize<'de> for Subcommand
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 PartialEq<Subcommand> for Subcommand
impl PartialEq<Subcommand> for Subcommand
sourceimpl Serialize for Subcommand
impl Serialize for Subcommand
impl Copy for Subcommand
impl Eq for Subcommand
impl StructuralEq for Subcommand
impl StructuralPartialEq for Subcommand
Auto Trait Implementations
impl RefUnwindSafe for Subcommand
impl Send for Subcommand
impl Sync for Subcommand
impl Unpin for Subcommand
impl UnwindSafe for Subcommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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