pub struct ResetRequest {}Available on (crate features
ctap2) and (crate features ctap2-management) 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
Source§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 duplicate 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, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> 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