Struct webauthn_authenticator_rs::ctap2::commands::ResetRequest
source · pub struct ResetRequest {}Available on crate features
ctap2-management and ctap2 only.Expand description
authenticatorReset request type.
This has no parameters or response type. This may not be available over all transports, and generally only works within the first 10 seconds of the authenticator powering up.
Trait Implementations§
source§impl CBORCommand for ResetRequest
impl CBORCommand for ResetRequest
source§const HAS_PAYLOAD: bool = false
const HAS_PAYLOAD: bool = false
If true (default), then the command has a payload, which will be
serialized into CBOR format. Read more
§type Response = NoResponse
type Response = NoResponse
The response type associated with this command.
source§impl Clone for ResetRequest
impl Clone for ResetRequest
source§fn clone(&self) -> ResetRequest
fn clone(&self) -> ResetRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ResetRequest
impl Debug for ResetRequest
Auto Trait Implementations§
impl Freeze for ResetRequest
impl RefUnwindSafe for ResetRequest
impl Send for ResetRequest
impl Sync for ResetRequest
impl Unpin for ResetRequest
impl UnwindSafe for ResetRequest
Blanket Implementations§
source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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