pub struct TransactionResponse {
pub transaction: Transaction,
pub status: TransactionStatus,
pub block_id: Option<Bytes32>,
pub time: Option<DateTime<Utc>>,
}
Fields§
§transaction: Transaction
§status: TransactionStatus
§block_id: Option<Bytes32>
§time: Option<DateTime<Utc>>
Trait Implementations§
source§impl Clone for TransactionResponse
impl Clone for TransactionResponse
source§fn clone(&self) -> TransactionResponse
fn clone(&self) -> TransactionResponse
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 TransactionResponse
impl Debug for TransactionResponse
source§impl From<TransactionResponse> for TransactionResponse
impl From<TransactionResponse> for TransactionResponse
source§fn from(client_response: ClientTransactionResponse) -> Self
fn from(client_response: ClientTransactionResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TransactionResponse
impl Send for TransactionResponse
impl Sync for TransactionResponse
impl Unpin for TransactionResponse
impl UnwindSafe for TransactionResponse
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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