Struct webauthn_authenticator_rs::cbor::GetInfoRequest
source · [−]pub struct GetInfoRequest {}Trait Implementations
sourceimpl CBORCommand for GetInfoRequest
impl CBORCommand for GetInfoRequest
sourceconst 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
sourcefn to_short_apdus(&self) -> Result<Vec<ISO7816RequestAPDU>, Error>
fn to_short_apdus(&self) -> Result<Vec<ISO7816RequestAPDU>, Error>
Converts a CTAP v2 command into a form suitable for transmission with
short ISO/IEC 7816-4 APDUs (over NFC). Read more
sourcefn to_extended_apdu(&self) -> Result<ISO7816RequestAPDU, Error>
fn to_extended_apdu(&self) -> Result<ISO7816RequestAPDU, Error>
Converts a CTAP v2 command into a form suitable for transmission with
extended ISO/IEC 7816-4 APDUs (over NFC). Read more
sourceimpl Clone for GetInfoRequest
impl Clone for GetInfoRequest
sourcefn clone(&self) -> GetInfoRequest
fn clone(&self) -> GetInfoRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetInfoRequest
impl Debug for GetInfoRequest
sourceimpl Serialize for GetInfoRequest
impl Serialize for GetInfoRequest
Auto Trait Implementations
impl RefUnwindSafe for GetInfoRequest
impl Send for GetInfoRequest
impl Sync for GetInfoRequest
impl Unpin for GetInfoRequest
impl UnwindSafe for GetInfoRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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