Struct xrpl_api::subscribe::TransactionEvent
source · pub struct TransactionEvent {
pub engine_result: String,
pub transaction: Transaction,
pub meta: Meta,
pub ledger_spec: ReturnLedgerSpec,
}Fields§
§engine_result: String§transaction: Transaction§meta: Meta§ledger_spec: ReturnLedgerSpecTrait Implementations§
source§impl Debug for TransactionEvent
impl Debug for TransactionEvent
source§impl<'de> Deserialize<'de> for TransactionEvent
impl<'de> Deserialize<'de> for TransactionEvent
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
Auto Trait Implementations§
impl RefUnwindSafe for TransactionEvent
impl Send for TransactionEvent
impl Sync for TransactionEvent
impl Unpin for TransactionEvent
impl UnwindSafe for TransactionEvent
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