pub struct AuthorizationContextSummary {Show 20 fields
pub matching_receipts: u64,
pub returned_receipts: u64,
pub approval_receipts: u64,
pub approved_receipts: u64,
pub commerce_receipts: u64,
pub metered_billing_receipts: u64,
pub runtime_assurance_receipts: u64,
pub call_chain_receipts: u64,
pub asserted_call_chain_receipts: u64,
pub observed_call_chain_receipts: u64,
pub verified_call_chain_receipts: u64,
pub max_amount_receipts: u64,
pub sender_bound_receipts: u64,
pub dpop_bound_receipts: u64,
pub runtime_assurance_bound_receipts: u64,
pub delegated_sender_bound_receipts: u64,
pub session_anchor_receipts: u64,
pub request_lineage_receipts: u64,
pub receipt_lineage_statement_receipts: u64,
pub truncated: bool,
}Fields§
§matching_receipts: u64§returned_receipts: u64§approval_receipts: u64§approved_receipts: u64§commerce_receipts: u64§metered_billing_receipts: u64§runtime_assurance_receipts: u64§call_chain_receipts: u64§asserted_call_chain_receipts: u64§observed_call_chain_receipts: u64§verified_call_chain_receipts: u64§max_amount_receipts: u64§sender_bound_receipts: u64§dpop_bound_receipts: u64§runtime_assurance_bound_receipts: u64§delegated_sender_bound_receipts: u64§session_anchor_receipts: u64§request_lineage_receipts: u64§receipt_lineage_statement_receipts: u64§truncated: boolTrait Implementations§
Source§impl Clone for AuthorizationContextSummary
impl Clone for AuthorizationContextSummary
Source§fn clone(&self) -> AuthorizationContextSummary
fn clone(&self) -> AuthorizationContextSummary
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 AuthorizationContextSummary
impl Debug for AuthorizationContextSummary
Source§impl<'de> Deserialize<'de> for AuthorizationContextSummary
impl<'de> Deserialize<'de> for AuthorizationContextSummary
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
impl Eq for AuthorizationContextSummary
impl StructuralPartialEq for AuthorizationContextSummary
Auto Trait Implementations§
impl Freeze for AuthorizationContextSummary
impl RefUnwindSafe for AuthorizationContextSummary
impl Send for AuthorizationContextSummary
impl Sync for AuthorizationContextSummary
impl Unpin for AuthorizationContextSummary
impl UnsafeUnpin for AuthorizationContextSummary
impl UnwindSafe for AuthorizationContextSummary
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.