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