Struct waves_rust::model::transaction::ReissueTransaction
source · pub struct ReissueTransaction { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ReissueTransaction
impl Clone for ReissueTransaction
source§fn clone(&self) -> ReissueTransaction
fn clone(&self) -> ReissueTransaction
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 ReissueTransaction
impl Debug for ReissueTransaction
source§impl PartialEq<ReissueTransaction> for ReissueTransaction
impl PartialEq<ReissueTransaction> for ReissueTransaction
source§fn eq(&self, other: &ReissueTransaction) -> bool
fn eq(&self, other: &ReissueTransaction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<&Value> for ReissueTransaction
impl TryFrom<&Value> for ReissueTransaction
impl Eq for ReissueTransaction
impl StructuralEq for ReissueTransaction
impl StructuralPartialEq for ReissueTransaction
Auto Trait Implementations§
impl RefUnwindSafe for ReissueTransaction
impl Send for ReissueTransaction
impl Sync for ReissueTransaction
impl Unpin for ReissueTransaction
impl UnwindSafe for ReissueTransaction
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request