pub struct ChioOAuthAuthorizationReviewPackRecord {
pub receipt_id: String,
pub capability_id: String,
pub authorization_context: AuthorizationContextRow,
pub governed_transaction: GovernedTransactionReceiptMetadata,
pub governed_transaction_diagnostics: Option<GovernedTransactionDiagnostics>,
pub signed_receipt: ChioReceipt,
}Fields§
§receipt_id: String§capability_id: String§governed_transaction: GovernedTransactionReceiptMetadata§governed_transaction_diagnostics: Option<GovernedTransactionDiagnostics>§signed_receipt: ChioReceiptTrait Implementations§
Source§impl Clone for ChioOAuthAuthorizationReviewPackRecord
impl Clone for ChioOAuthAuthorizationReviewPackRecord
Source§fn clone(&self) -> ChioOAuthAuthorizationReviewPackRecord
fn clone(&self) -> ChioOAuthAuthorizationReviewPackRecord
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 ChioOAuthAuthorizationReviewPackRecord
impl<'de> Deserialize<'de> for ChioOAuthAuthorizationReviewPackRecord
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
Auto Trait Implementations§
impl Freeze for ChioOAuthAuthorizationReviewPackRecord
impl RefUnwindSafe for ChioOAuthAuthorizationReviewPackRecord
impl Send for ChioOAuthAuthorizationReviewPackRecord
impl Sync for ChioOAuthAuthorizationReviewPackRecord
impl Unpin for ChioOAuthAuthorizationReviewPackRecord
impl UnsafeUnpin for ChioOAuthAuthorizationReviewPackRecord
impl UnwindSafe for ChioOAuthAuthorizationReviewPackRecord
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