Struct ledger_mob_apdu::tx::TxGetKeyImage
source · pub struct TxGetKeyImage {}
Expand description
Fetch a key image for a signed ring, returns TxKeyImage
on success (0-byte APDU)
Trait Implementations§
source§impl ApduStatic for TxGetKeyImage
impl ApduStatic for TxGetKeyImage
source§impl Clone for TxGetKeyImage
impl Clone for TxGetKeyImage
source§fn clone(&self) -> TxGetKeyImage
fn clone(&self) -> TxGetKeyImage
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 TxGetKeyImage
impl Debug for TxGetKeyImage
source§impl<'dec> Decode<'dec> for TxGetKeyImage
impl<'dec> Decode<'dec> for TxGetKeyImage
source§impl Encode for TxGetKeyImage
impl Encode for TxGetKeyImage
source§impl PartialEq<TxGetKeyImage> for TxGetKeyImage
impl PartialEq<TxGetKeyImage> for TxGetKeyImage
source§fn eq(&self, other: &TxGetKeyImage) -> bool
fn eq(&self, other: &TxGetKeyImage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TxGetKeyImage
Auto Trait Implementations§
impl RefUnwindSafe for TxGetKeyImage
impl Send for TxGetKeyImage
impl Sync for TxGetKeyImage
impl Unpin for TxGetKeyImage
impl UnwindSafe for TxGetKeyImage
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