pub enum AuthenticatedIdentitySource {
RawCaller,
DelegatedSession,
}Expand description
AuthenticatedIdentitySource
Variants§
Trait Implementations§
Source§impl Clone for AuthenticatedIdentitySource
impl Clone for AuthenticatedIdentitySource
Source§fn clone(&self) -> AuthenticatedIdentitySource
fn clone(&self) -> AuthenticatedIdentitySource
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 AuthenticatedIdentitySource
impl Debug for AuthenticatedIdentitySource
impl Copy for AuthenticatedIdentitySource
impl Eq for AuthenticatedIdentitySource
impl StructuralPartialEq for AuthenticatedIdentitySource
Auto Trait Implementations§
impl Freeze for AuthenticatedIdentitySource
impl RefUnwindSafe for AuthenticatedIdentitySource
impl Send for AuthenticatedIdentitySource
impl Sync for AuthenticatedIdentitySource
impl Unpin for AuthenticatedIdentitySource
impl UnsafeUnpin for AuthenticatedIdentitySource
impl UnwindSafe for AuthenticatedIdentitySource
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