Struct waves_rust::model::transaction::LeaseTransaction
source · pub struct LeaseTransaction { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for LeaseTransaction
impl Clone for LeaseTransaction
source§fn clone(&self) -> LeaseTransaction
fn clone(&self) -> LeaseTransaction
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 LeaseTransaction
impl Debug for LeaseTransaction
source§impl PartialEq<LeaseTransaction> for LeaseTransaction
impl PartialEq<LeaseTransaction> for LeaseTransaction
source§fn eq(&self, other: &LeaseTransaction) -> bool
fn eq(&self, other: &LeaseTransaction) -> bool
source§impl TryFrom<&LeaseTransaction> for LeaseTransactionData
impl TryFrom<&LeaseTransaction> for LeaseTransactionData
source§impl TryFrom<&Value> for LeaseTransaction
impl TryFrom<&Value> for LeaseTransaction
impl Eq for LeaseTransaction
impl StructuralEq for LeaseTransaction
impl StructuralPartialEq for LeaseTransaction
Auto Trait Implementations§
impl RefUnwindSafe for LeaseTransaction
impl Send for LeaseTransaction
impl Sync for LeaseTransaction
impl Unpin for LeaseTransaction
impl UnwindSafe for LeaseTransaction
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