Struct ledger_mob_apdu::tx::TxRingSign
source · pub struct TxRingSign;
Expand description
Execute signing operation for a completed ring (0 length APDU)
Implementations§
source§impl TxRingSign
impl TxRingSign
sourcepub fn hash(&self) -> [u8; 32]
pub fn hash(&self) -> [u8; 32]
Compute hash of TxRingSign object
Trait Implementations§
source§impl ApduStatic for TxRingSign
impl ApduStatic for TxRingSign
source§impl Clone for TxRingSign
impl Clone for TxRingSign
source§fn clone(&self) -> TxRingSign
fn clone(&self) -> TxRingSign
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 TxRingSign
impl Debug for TxRingSign
source§impl<'dec> Decode<'dec> for TxRingSign
impl<'dec> Decode<'dec> for TxRingSign
source§impl Encode for TxRingSign
impl Encode for TxRingSign
source§impl PartialEq<TxRingSign> for TxRingSign
impl PartialEq<TxRingSign> for TxRingSign
source§fn eq(&self, other: &TxRingSign) -> bool
fn eq(&self, other: &TxRingSign) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TxRingSign
Auto Trait Implementations§
impl RefUnwindSafe for TxRingSign
impl Send for TxRingSign
impl Sync for TxRingSign
impl Unpin for TxRingSign
impl UnwindSafe for TxRingSign
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