pub struct ChioOAuthAuthorizationReviewPackSummary {
pub matching_receipts: u64,
pub returned_receipts: u64,
pub dpop_required_receipts: u64,
pub runtime_assurance_receipts: u64,
pub delegated_call_chain_receipts: u64,
pub asserted_call_chain_receipts: u64,
pub observed_call_chain_receipts: u64,
pub verified_call_chain_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§dpop_required_receipts: u64§runtime_assurance_receipts: u64§delegated_call_chain_receipts: u64§asserted_call_chain_receipts: u64§observed_call_chain_receipts: u64§verified_call_chain_receipts: u64§session_anchor_receipts: u64§request_lineage_receipts: u64§receipt_lineage_statement_receipts: u64§truncated: boolTrait Implementations§
Source§impl Clone for ChioOAuthAuthorizationReviewPackSummary
impl Clone for ChioOAuthAuthorizationReviewPackSummary
Source§fn clone(&self) -> ChioOAuthAuthorizationReviewPackSummary
fn clone(&self) -> ChioOAuthAuthorizationReviewPackSummary
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 ChioOAuthAuthorizationReviewPackSummary
impl<'de> Deserialize<'de> for ChioOAuthAuthorizationReviewPackSummary
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 ChioOAuthAuthorizationReviewPackSummary
impl PartialEq for ChioOAuthAuthorizationReviewPackSummary
Source§fn eq(&self, other: &ChioOAuthAuthorizationReviewPackSummary) -> bool
fn eq(&self, other: &ChioOAuthAuthorizationReviewPackSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ChioOAuthAuthorizationReviewPackSummary
impl StructuralPartialEq for ChioOAuthAuthorizationReviewPackSummary
Auto Trait Implementations§
impl Freeze for ChioOAuthAuthorizationReviewPackSummary
impl RefUnwindSafe for ChioOAuthAuthorizationReviewPackSummary
impl Send for ChioOAuthAuthorizationReviewPackSummary
impl Sync for ChioOAuthAuthorizationReviewPackSummary
impl Unpin for ChioOAuthAuthorizationReviewPackSummary
impl UnsafeUnpin for ChioOAuthAuthorizationReviewPackSummary
impl UnwindSafe for ChioOAuthAuthorizationReviewPackSummary
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.