pub enum Operation {
Show 14 variants
MakeCredential,
GetAssertion,
GetNextAssertion,
GetInfo,
ClientPin,
Reset,
BioEnrollment,
CredentialManagement,
Selection,
LargeBlobs,
Config,
PreviewBioEnrollment,
PreviewCredentialManagement,
Vendor(VendorOperation),
}Expand description
the authenticator API, consisting of “operations”
Variants§
MakeCredential
GetAssertion
GetNextAssertion
GetInfo
ClientPin
Reset
BioEnrollment
CredentialManagement
Selection
LargeBlobs
Config
PreviewBioEnrollment
PreviewCredentialManagement
Vendor(VendorOperation)
vendors are assigned the range 0x40..=0x7f for custom operations
Implementations§
Trait Implementations§
impl Copy for Operation
impl Eq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more