pub struct Web3SettlementDispatchArtifact {Show 16 fields
pub schema: String,
pub dispatch_id: String,
pub issued_at: u64,
pub trust_profile_id: String,
pub contract_package_id: String,
pub chain_id: String,
pub capital_instruction: SignedExportEnvelope<CapitalExecutionInstructionArtifact>,
pub bond: Option<SignedExportEnvelope<CreditBondArtifact>>,
pub settlement_path: Web3SettlementPath,
pub settlement_amount: MonetaryAmount,
pub escrow_id: String,
pub escrow_contract: String,
pub bond_vault_contract: String,
pub beneficiary_address: String,
pub support_boundary: Web3SettlementSupportBoundary,
pub note: Option<String>,
}Fields§
§schema: String§dispatch_id: String§issued_at: u64§trust_profile_id: String§contract_package_id: String§chain_id: String§capital_instruction: SignedExportEnvelope<CapitalExecutionInstructionArtifact>§bond: Option<SignedExportEnvelope<CreditBondArtifact>>§settlement_path: Web3SettlementPath§settlement_amount: MonetaryAmount§escrow_id: String§escrow_contract: String§bond_vault_contract: String§beneficiary_address: String§support_boundary: Web3SettlementSupportBoundary§note: Option<String>Trait Implementations§
Source§impl Clone for Web3SettlementDispatchArtifact
impl Clone for Web3SettlementDispatchArtifact
Source§fn clone(&self) -> Web3SettlementDispatchArtifact
fn clone(&self) -> Web3SettlementDispatchArtifact
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 Web3SettlementDispatchArtifact
impl<'de> Deserialize<'de> for Web3SettlementDispatchArtifact
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Web3SettlementDispatchArtifact, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Web3SettlementDispatchArtifact, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for Web3SettlementDispatchArtifact
impl Serialize for Web3SettlementDispatchArtifact
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for Web3SettlementDispatchArtifact
impl RefUnwindSafe for Web3SettlementDispatchArtifact
impl Send for Web3SettlementDispatchArtifact
impl Sync for Web3SettlementDispatchArtifact
impl Unpin for Web3SettlementDispatchArtifact
impl UnsafeUnpin for Web3SettlementDispatchArtifact
impl UnwindSafe for Web3SettlementDispatchArtifact
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