pub struct ReportTransactionRequestParams {
pub tx_hash: String,
pub request_id: SignatoryRequestId,
}
Fields§
§tx_hash: String
The transaction hash of the executed swap transaction
request_id: SignatoryRequestId
The requestId from the firm quote response
Trait Implementations§
Source§impl Clone for ReportTransactionRequestParams
impl Clone for ReportTransactionRequestParams
Source§fn clone(&self) -> ReportTransactionRequestParams
fn clone(&self) -> ReportTransactionRequestParams
Returns a duplicate 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<'de> Deserialize<'de> for ReportTransactionRequestParams
impl<'de> Deserialize<'de> for ReportTransactionRequestParams
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 ReportTransactionRequestParams
impl PartialEq for ReportTransactionRequestParams
Source§fn eq(&self, other: &ReportTransactionRequestParams) -> bool
fn eq(&self, other: &ReportTransactionRequestParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ReportTransactionRequestParams
impl StructuralPartialEq for ReportTransactionRequestParams
Auto Trait Implementations§
impl Freeze for ReportTransactionRequestParams
impl RefUnwindSafe for ReportTransactionRequestParams
impl Send for ReportTransactionRequestParams
impl Sync for ReportTransactionRequestParams
impl Unpin for ReportTransactionRequestParams
impl UnwindSafe for ReportTransactionRequestParams
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