Struct diem_client::views::TransactionListView
pub struct TransactionListView(pub Vec<TransactionView, Global>);
Tuple Fields§
§0: Vec<TransactionView, Global>
Implementations§
§impl TransactionListView
impl TransactionListView
pub fn empty() -> TransactionListView
Trait Implementations§
§impl Clone for TransactionListView
impl Clone for TransactionListView
§fn clone(&self) -> TransactionListView
fn clone(&self) -> TransactionListView
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 more§impl Debug for TransactionListView
impl Debug for TransactionListView
§impl<'de> Deserialize<'de> for TransactionListView
impl<'de> Deserialize<'de> for TransactionListView
§fn deserialize<__D>(
__deserializer: __D
) -> Result<TransactionListView, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<TransactionListView, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq<TransactionListView> for TransactionListView
impl PartialEq<TransactionListView> for TransactionListView
§fn eq(&self, other: &TransactionListView) -> bool
fn eq(&self, other: &TransactionListView) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for TransactionListView
impl Serialize for TransactionListView
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§impl TryFrom<AccountTransactionsWithProof> for TransactionListView
impl TryFrom<AccountTransactionsWithProof> for TransactionListView
§fn try_from(
acct_txs: AccountTransactionsWithProof
) -> Result<TransactionListView, <TransactionListView as TryFrom<AccountTransactionsWithProof>>::Error>
fn try_from( acct_txs: AccountTransactionsWithProof ) -> Result<TransactionListView, <TransactionListView as TryFrom<AccountTransactionsWithProof>>::Error>
Performs the conversion.
§impl TryFrom<TransactionListWithProof> for TransactionListView
impl TryFrom<TransactionListWithProof> for TransactionListView
§fn try_from(
txs: TransactionListWithProof
) -> Result<TransactionListView, <TransactionListView as TryFrom<TransactionListWithProof>>::Error>
fn try_from( txs: TransactionListWithProof ) -> Result<TransactionListView, <TransactionListView as TryFrom<TransactionListWithProof>>::Error>
Performs the conversion.
impl StructuralPartialEq for TransactionListView
Auto Trait Implementations§
impl RefUnwindSafe for TransactionListView
impl Send for TransactionListView
impl Sync for TransactionListView
impl Unpin for TransactionListView
impl UnwindSafe for TransactionListView
Blanket Implementations§
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>
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.