pub struct ResolvedAuthenticatedIdentity {
pub transport_caller: Principal,
pub authenticated_subject: Principal,
pub identity_source: AuthenticatedIdentitySource,
}Expand description
ResolvedAuthenticatedIdentity
Fields§
§transport_caller: Principal§authenticated_subject: Principal§identity_source: AuthenticatedIdentitySourceTrait Implementations§
Source§impl Clone for ResolvedAuthenticatedIdentity
impl Clone for ResolvedAuthenticatedIdentity
Source§fn clone(&self) -> ResolvedAuthenticatedIdentity
fn clone(&self) -> ResolvedAuthenticatedIdentity
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 PartialEq for ResolvedAuthenticatedIdentity
impl PartialEq for ResolvedAuthenticatedIdentity
Source§fn eq(&self, other: &ResolvedAuthenticatedIdentity) -> bool
fn eq(&self, other: &ResolvedAuthenticatedIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ResolvedAuthenticatedIdentity
impl Eq for ResolvedAuthenticatedIdentity
impl StructuralPartialEq for ResolvedAuthenticatedIdentity
Auto Trait Implementations§
impl Freeze for ResolvedAuthenticatedIdentity
impl RefUnwindSafe for ResolvedAuthenticatedIdentity
impl Send for ResolvedAuthenticatedIdentity
impl Sync for ResolvedAuthenticatedIdentity
impl Unpin for ResolvedAuthenticatedIdentity
impl UnsafeUnpin for ResolvedAuthenticatedIdentity
impl UnwindSafe for ResolvedAuthenticatedIdentity
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