pub struct LiabilityClaimWorkflowSummary {Show 16 fields
pub matching_claims: u64,
pub returned_claims: u64,
pub provider_responses: u64,
pub accepted_responses: u64,
pub denied_responses: u64,
pub disputes: u64,
pub adjudications: u64,
pub payout_instructions: u64,
pub payout_receipts: u64,
pub matched_payout_receipts: u64,
pub mismatched_payout_receipts: u64,
pub settlement_instructions: u64,
pub settlement_receipts: u64,
pub matched_settlement_receipts: u64,
pub mismatched_settlement_receipts: u64,
pub counterparty_mismatch_settlement_receipts: u64,
}Fields§
§matching_claims: u64§returned_claims: u64§provider_responses: u64§accepted_responses: u64§denied_responses: u64§disputes: u64§adjudications: u64§payout_instructions: u64§payout_receipts: u64§matched_payout_receipts: u64§mismatched_payout_receipts: u64§settlement_instructions: u64§settlement_receipts: u64§matched_settlement_receipts: u64§mismatched_settlement_receipts: u64§counterparty_mismatch_settlement_receipts: u64Trait Implementations§
Source§impl Clone for LiabilityClaimWorkflowSummary
impl Clone for LiabilityClaimWorkflowSummary
Source§fn clone(&self) -> LiabilityClaimWorkflowSummary
fn clone(&self) -> LiabilityClaimWorkflowSummary
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 LiabilityClaimWorkflowSummary
impl<'de> Deserialize<'de> for LiabilityClaimWorkflowSummary
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiabilityClaimWorkflowSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiabilityClaimWorkflowSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LiabilityClaimWorkflowSummary
impl PartialEq for LiabilityClaimWorkflowSummary
Source§fn eq(&self, other: &LiabilityClaimWorkflowSummary) -> bool
fn eq(&self, other: &LiabilityClaimWorkflowSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LiabilityClaimWorkflowSummary
impl Serialize for LiabilityClaimWorkflowSummary
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
impl Eq for LiabilityClaimWorkflowSummary
impl StructuralPartialEq for LiabilityClaimWorkflowSummary
Auto Trait Implementations§
impl Freeze for LiabilityClaimWorkflowSummary
impl RefUnwindSafe for LiabilityClaimWorkflowSummary
impl Send for LiabilityClaimWorkflowSummary
impl Sync for LiabilityClaimWorkflowSummary
impl Unpin for LiabilityClaimWorkflowSummary
impl UnsafeUnpin for LiabilityClaimWorkflowSummary
impl UnwindSafe for LiabilityClaimWorkflowSummary
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.