Struct ledger_mob_apdu::app_info::AppInfoReq
source · pub struct AppInfoReq {}
Expand description
Fetch application info APDU
Trait Implementations§
source§impl ApduStatic for AppInfoReq
impl ApduStatic for AppInfoReq
source§impl Clone for AppInfoReq
impl Clone for AppInfoReq
source§fn clone(&self) -> AppInfoReq
fn clone(&self) -> AppInfoReq
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 AppInfoReq
impl Debug for AppInfoReq
source§impl DecodeOwned for AppInfoReq
impl DecodeOwned for AppInfoReq
source§impl Default for AppInfoReq
impl Default for AppInfoReq
source§fn default() -> AppInfoReq
fn default() -> AppInfoReq
Returns the “default value” for a type. Read more
source§impl Encode for AppInfoReq
impl Encode for AppInfoReq
source§impl PartialEq<AppInfoReq> for AppInfoReq
impl PartialEq<AppInfoReq> for AppInfoReq
source§fn eq(&self, other: &AppInfoReq) -> bool
fn eq(&self, other: &AppInfoReq) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AppInfoReq
impl StructuralPartialEq for AppInfoReq
Auto Trait Implementations§
impl RefUnwindSafe for AppInfoReq
impl Send for AppInfoReq
impl Sync for AppInfoReq
impl Unpin for AppInfoReq
impl UnwindSafe for AppInfoReq
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> Decode<'a> for Twhere
T: DecodeOwned,
impl<'a, T> Decode<'a> for Twhere T: DecodeOwned,
§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