Struct solana_transaction_status::UiTransaction
source · pub struct UiTransaction {
pub signatures: Vec<String>,
pub message: UiMessage,
}
Expand description
A duplicate representation of a Transaction for pretty JSON serialization
Fields§
§signatures: Vec<String>
§message: UiMessage
Trait Implementations§
source§impl Clone for UiTransaction
impl Clone for UiTransaction
source§fn clone(&self) -> UiTransaction
fn clone(&self) -> UiTransaction
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 UiTransaction
impl Debug for UiTransaction
source§impl<'de> Deserialize<'de> for UiTransaction
impl<'de> Deserialize<'de> for UiTransaction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for UiTransaction
impl PartialEq for UiTransaction
source§fn eq(&self, other: &UiTransaction) -> bool
fn eq(&self, other: &UiTransaction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UiTransaction
impl Serialize for UiTransaction
impl Eq for UiTransaction
impl StructuralPartialEq for UiTransaction
Auto Trait Implementations§
impl RefUnwindSafe for UiTransaction
impl Send for UiTransaction
impl Sync for UiTransaction
impl Unpin for UiTransaction
impl UnwindSafe for UiTransaction
Blanket Implementations§
source§impl<T> AbiEnumVisitor for T
impl<T> AbiEnumVisitor for T
default fn visit_for_abi( &self, digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
source§impl<T> AbiEnumVisitor for T
impl<T> AbiEnumVisitor for T
default fn visit_for_abi( &self, _digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.