pub struct ChioOAuthRequestTimeContract {
pub authorization_details_parameter: String,
pub transaction_context_parameter: String,
pub access_token_authorization_details_claim: String,
pub access_token_transaction_context_claim: String,
pub request_time_authorization_details_supported: bool,
pub request_time_transaction_context_supported: bool,
pub governed_receipts_authoritative_post_execution: bool,
}Fields§
§transaction_context_parameter: String§access_token_transaction_context_claim: String§request_time_transaction_context_supported: boolTrait Implementations§
Source§impl Clone for ChioOAuthRequestTimeContract
impl Clone for ChioOAuthRequestTimeContract
Source§fn clone(&self) -> ChioOAuthRequestTimeContract
fn clone(&self) -> ChioOAuthRequestTimeContract
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 ChioOAuthRequestTimeContract
impl Debug for ChioOAuthRequestTimeContract
Source§impl<'de> Deserialize<'de> for ChioOAuthRequestTimeContract
impl<'de> Deserialize<'de> for ChioOAuthRequestTimeContract
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 ChioOAuthRequestTimeContract
impl PartialEq for ChioOAuthRequestTimeContract
Source§fn eq(&self, other: &ChioOAuthRequestTimeContract) -> bool
fn eq(&self, other: &ChioOAuthRequestTimeContract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ChioOAuthRequestTimeContract
impl StructuralPartialEq for ChioOAuthRequestTimeContract
Auto Trait Implementations§
impl Freeze for ChioOAuthRequestTimeContract
impl RefUnwindSafe for ChioOAuthRequestTimeContract
impl Send for ChioOAuthRequestTimeContract
impl Sync for ChioOAuthRequestTimeContract
impl Unpin for ChioOAuthRequestTimeContract
impl UnsafeUnpin for ChioOAuthRequestTimeContract
impl UnwindSafe for ChioOAuthRequestTimeContract
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.