pub struct ChioOAuthAuthorizationProfile {Show 13 fields
pub schema: String,
pub id: String,
pub authoritative_source: String,
pub authorization_detail_types: Vec<String>,
pub transaction_context_fields: Vec<String>,
pub portable_claim_catalog: ChioPortableClaimCatalog,
pub portable_identity_binding: ChioPortableIdentityBinding,
pub governed_auth_binding: ChioGovernedAuthorizationBinding,
pub request_time_contract: ChioOAuthRequestTimeContract,
pub resource_binding: ChioOAuthResourceBinding,
pub artifact_boundary: ChioOAuthArtifactBoundary,
pub sender_constraints: ChioOAuthSenderConstraintProfile,
pub unsupported_shapes_fail_closed: bool,
}Fields§
§schema: String§id: String§transaction_context_fields: Vec<String>§portable_claim_catalog: ChioPortableClaimCatalog§portable_identity_binding: ChioPortableIdentityBinding§governed_auth_binding: ChioGovernedAuthorizationBinding§request_time_contract: ChioOAuthRequestTimeContract§resource_binding: ChioOAuthResourceBinding§artifact_boundary: ChioOAuthArtifactBoundary§sender_constraints: ChioOAuthSenderConstraintProfile§unsupported_shapes_fail_closed: boolTrait Implementations§
Source§impl Clone for ChioOAuthAuthorizationProfile
impl Clone for ChioOAuthAuthorizationProfile
Source§fn clone(&self) -> ChioOAuthAuthorizationProfile
fn clone(&self) -> ChioOAuthAuthorizationProfile
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 ChioOAuthAuthorizationProfile
impl<'de> Deserialize<'de> for ChioOAuthAuthorizationProfile
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 ChioOAuthAuthorizationProfile
impl PartialEq for ChioOAuthAuthorizationProfile
Source§fn eq(&self, other: &ChioOAuthAuthorizationProfile) -> bool
fn eq(&self, other: &ChioOAuthAuthorizationProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ChioOAuthAuthorizationProfile
impl StructuralPartialEq for ChioOAuthAuthorizationProfile
Auto Trait Implementations§
impl Freeze for ChioOAuthAuthorizationProfile
impl RefUnwindSafe for ChioOAuthAuthorizationProfile
impl Send for ChioOAuthAuthorizationProfile
impl Sync for ChioOAuthAuthorizationProfile
impl Unpin for ChioOAuthAuthorizationProfile
impl UnsafeUnpin for ChioOAuthAuthorizationProfile
impl UnwindSafe for ChioOAuthAuthorizationProfile
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.