Struct webauthn_authenticator_rs::ctap2::commands::GetInfoRequest
source · pub struct GetInfoRequest {}Available on crate feature
ctap2 only.Expand description
authenticatorGetInfo request type.
This request type has no fields.
Trait Implementations§
source§impl CBORCommand for GetInfoRequest
impl CBORCommand for GetInfoRequest
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 = GetInfoResponse
type Response = GetInfoResponse
The response type associated with this command.
source§impl Clone for GetInfoRequest
impl Clone for GetInfoRequest
source§fn clone(&self) -> GetInfoRequest
fn clone(&self) -> GetInfoRequest
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 GetInfoRequest
impl Debug for GetInfoRequest
Auto Trait Implementations§
impl Freeze for GetInfoRequest
impl RefUnwindSafe for GetInfoRequest
impl Send for GetInfoRequest
impl Sync for GetInfoRequest
impl Unpin for GetInfoRequest
impl UnwindSafe for GetInfoRequest
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