Struct ledger_mob_apdu::tx::TxComplete
source · pub struct TxComplete;
Expand description
Complete transaction operation (0 length APDU)
Trait Implementations§
source§impl ApduStatic for TxComplete
impl ApduStatic for TxComplete
source§impl Clone for TxComplete
impl Clone for TxComplete
source§fn clone(&self) -> TxComplete
fn clone(&self) -> TxComplete
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 TxComplete
impl Debug for TxComplete
source§impl<'dec> Decode<'dec> for TxComplete
impl<'dec> Decode<'dec> for TxComplete
source§impl Encode for TxComplete
impl Encode for TxComplete
source§impl PartialEq<TxComplete> for TxComplete
impl PartialEq<TxComplete> for TxComplete
source§fn eq(&self, other: &TxComplete) -> bool
fn eq(&self, other: &TxComplete) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TxComplete
Auto Trait Implementations§
impl RefUnwindSafe for TxComplete
impl Send for TxComplete
impl Sync for TxComplete
impl Unpin for TxComplete
impl UnwindSafe for TxComplete
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