Struct ledger_mob_apdu::tx::TxOnetime
source · pub struct TxOnetime;
Expand description
Marker trait for onetime key type (to be moved to mc_core_types
)
Trait Implementations§
source§impl PartialEq<TxOnetime> for TxOnetime
impl PartialEq<TxOnetime> for TxOnetime
impl Copy for TxOnetime
impl StructuralPartialEq for TxOnetime
Auto Trait Implementations§
impl RefUnwindSafe for TxOnetime
impl Send for TxOnetime
impl Sync for TxOnetime
impl Unpin for TxOnetime
impl UnwindSafe for TxOnetime
Blanket Implementations§
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