pub struct TransactionMeta { /* private fields */ }
Trait Implementations§
source§impl Clone for TransactionMeta
impl Clone for TransactionMeta
source§fn clone(&self) -> TransactionMeta
fn clone(&self) -> TransactionMeta
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 TransactionMeta
impl Debug for TransactionMeta
source§impl Default for TransactionMeta
impl Default for TransactionMeta
source§fn default() -> TransactionMeta
fn default() -> TransactionMeta
Returns the “default value” for a type. Read more
source§impl PartialEq for TransactionMeta
impl PartialEq for TransactionMeta
source§fn eq(&self, other: &TransactionMeta) -> bool
fn eq(&self, other: &TransactionMeta) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TransactionMeta
impl StructuralPartialEq for TransactionMeta
Auto Trait Implementations§
impl RefUnwindSafe for TransactionMeta
impl Send for TransactionMeta
impl Sync for TransactionMeta
impl Unpin for TransactionMeta
impl UnwindSafe for TransactionMeta
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.