pub struct SettlementResponse {
pub id: Option<String>,
pub initiator: Option<String>,
pub exchange_reply: Option<String>,
pub fireblocks_initiated_transactions: Option<Value>,
pub exchange_requested_transactions: Option<ExchangeSettlementTransactionsResponse>,
}Fields§
§id: Option<String>§initiator: Option<String>§exchange_reply: Option<String>§fireblocks_initiated_transactions: Option<Value>§exchange_requested_transactions: Option<ExchangeSettlementTransactionsResponse>Implementations§
Source§impl SettlementResponse
impl SettlementResponse
pub fn new() -> SettlementResponse
Trait Implementations§
Source§impl Clone for SettlementResponse
impl Clone for SettlementResponse
Source§fn clone(&self) -> SettlementResponse
fn clone(&self) -> SettlementResponse
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 Debug for SettlementResponse
impl Debug for SettlementResponse
Source§impl Default for SettlementResponse
impl Default for SettlementResponse
Source§fn default() -> SettlementResponse
fn default() -> SettlementResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettlementResponse
impl<'de> Deserialize<'de> for SettlementResponse
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 SettlementResponse
impl PartialEq for SettlementResponse
Source§impl Serialize for SettlementResponse
impl Serialize for SettlementResponse
impl StructuralPartialEq for SettlementResponse
Auto Trait Implementations§
impl Freeze for SettlementResponse
impl RefUnwindSafe for SettlementResponse
impl Send for SettlementResponse
impl Sync for SettlementResponse
impl Unpin for SettlementResponse
impl UnwindSafe for SettlementResponse
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