Enum ctap_types::ctap2::client_pin::PinV1Subcommand
source · [−]#[repr(u8)]
pub enum PinV1Subcommand {
GetRetries,
GetKeyAgreement,
SetPin,
ChangePin,
GetPinToken,
GetPinUvAuthTokenUsingUvWithPermissions,
GetUVRetries,
GetPinUvAuthTokenUsingPinWithPermissions,
}Variants
GetRetries
GetKeyAgreement
SetPin
ChangePin
GetPinToken
GetPinUvAuthTokenUsingUvWithPermissions
GetUVRetries
GetPinUvAuthTokenUsingPinWithPermissions
Trait Implementations
sourceimpl Clone for PinV1Subcommand
impl Clone for PinV1Subcommand
sourcefn clone(&self) -> PinV1Subcommand
fn clone(&self) -> PinV1Subcommand
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 PinV1Subcommand
impl Debug for PinV1Subcommand
sourceimpl<'de> Deserialize<'de> for PinV1Subcommand
impl<'de> Deserialize<'de> for PinV1Subcommand
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<PinV1Subcommand> for PinV1Subcommand
impl PartialEq<PinV1Subcommand> for PinV1Subcommand
sourceimpl Serialize for PinV1Subcommand
impl Serialize for PinV1Subcommand
impl Eq for PinV1Subcommand
impl StructuralEq for PinV1Subcommand
impl StructuralPartialEq for PinV1Subcommand
Auto Trait Implementations
impl RefUnwindSafe for PinV1Subcommand
impl Send for PinV1Subcommand
impl Sync for PinV1Subcommand
impl Unpin for PinV1Subcommand
impl UnwindSafe for PinV1Subcommand
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