Enum ctap_types::ctap2::Request
source · [−]pub enum Request {
MakeCredential(Request),
GetAssertion(Request),
GetNextAssertion,
GetInfo,
ClientPin(Request),
Reset,
CredentialManagement(Request),
Selection,
Vendor(VendorOperation),
}Expand description
Enum of all CTAP2 requests.
Variants
MakeCredential(Request)
GetAssertion(Request)
GetNextAssertion
GetInfo
ClientPin(Request)
Reset
CredentialManagement(Request)
Selection
Vendor(VendorOperation)
Implementations
Trait Implementations
impl StructuralPartialEq for Request
Auto Trait Implementations
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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