Struct ledger_mob_apdu::ident::IdentGetReq
source · pub struct IdentGetReq;
Expand description
Fetch an identity object from the device following user approval
returns IdentResp
APDU.
Trait Implementations§
source§impl ApduStatic for IdentGetReq
impl ApduStatic for IdentGetReq
source§impl Clone for IdentGetReq
impl Clone for IdentGetReq
source§fn clone(&self) -> IdentGetReq
fn clone(&self) -> IdentGetReq
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 IdentGetReq
impl Debug for IdentGetReq
source§impl<'dec> Decode<'dec> for IdentGetReq
impl<'dec> Decode<'dec> for IdentGetReq
source§impl Encode for IdentGetReq
impl Encode for IdentGetReq
source§impl PartialEq<IdentGetReq> for IdentGetReq
impl PartialEq<IdentGetReq> for IdentGetReq
source§fn eq(&self, other: &IdentGetReq) -> bool
fn eq(&self, other: &IdentGetReq) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IdentGetReq
impl StructuralPartialEq for IdentGetReq
Auto Trait Implementations§
impl RefUnwindSafe for IdentGetReq
impl Send for IdentGetReq
impl Sync for IdentGetReq
impl Unpin for IdentGetReq
impl UnwindSafe for IdentGetReq
Blanket Implementations§
§impl<'a, T> ApduReq<'a> for Twhere
T: EncDec<'a, ApduError> + ApduStatic,
impl<'a, T> ApduReq<'a> for Twhere T: EncDec<'a, ApduError> + ApduStatic,
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
§impl<'a, T> DecodeExt<'a> for Twhere
T: Decode<'a>,
impl<'a, T> DecodeExt<'a> for Twhere T: Decode<'a>,
§fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
Helper to iterate over decodable objects in a sized buffer. Read more