pub struct TransactionInscription { /* private fields */ }
Trait Implementations§
Source§impl Clone for TransactionInscription
impl Clone for TransactionInscription
Source§fn clone(&self) -> TransactionInscription
fn clone(&self) -> TransactionInscription
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransactionInscription
impl Debug for TransactionInscription
Source§impl PartialEq for TransactionInscription
impl PartialEq for TransactionInscription
Source§fn eq(&self, other: &TransactionInscription) -> bool
fn eq(&self, other: &TransactionInscription) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TransactionInscription
Auto Trait Implementations§
impl Freeze for TransactionInscription
impl RefUnwindSafe for TransactionInscription
impl Send for TransactionInscription
impl Sync for TransactionInscription
impl Unpin for TransactionInscription
impl UnwindSafe for TransactionInscription
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