pub struct IdentityMatrixRow {
pub surface: GatewayOAuthSurface,
pub authenticated_caller: &'static str,
pub upstream_credential_subject: &'static str,
pub relay_cache_subject: &'static str,
pub protected_public_route_caller_subject: &'static str,
pub source_of_truth: &'static str,
pub caller_supplied_subject_accepted: bool,
}Fields§
§surface: GatewayOAuthSurface§authenticated_caller: &'static str§upstream_credential_subject: &'static str§relay_cache_subject: &'static str§protected_public_route_caller_subject: &'static str§source_of_truth: &'static str§caller_supplied_subject_accepted: boolTrait Implementations§
Source§impl Clone for IdentityMatrixRow
impl Clone for IdentityMatrixRow
Source§fn clone(&self) -> IdentityMatrixRow
fn clone(&self) -> IdentityMatrixRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IdentityMatrixRow
impl Debug for IdentityMatrixRow
Source§impl PartialEq for IdentityMatrixRow
impl PartialEq for IdentityMatrixRow
Source§fn eq(&self, other: &IdentityMatrixRow) -> bool
fn eq(&self, other: &IdentityMatrixRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IdentityMatrixRow
impl StructuralPartialEq for IdentityMatrixRow
Auto Trait Implementations§
impl Freeze for IdentityMatrixRow
impl RefUnwindSafe for IdentityMatrixRow
impl Send for IdentityMatrixRow
impl Sync for IdentityMatrixRow
impl Unpin for IdentityMatrixRow
impl UnsafeUnpin for IdentityMatrixRow
impl UnwindSafe for IdentityMatrixRow
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.