pub struct EmailProfile;Expand description
scope=openid email profile.
Trait Implementations§
Source§impl Clone for EmailProfile
impl Clone for EmailProfile
Source§fn clone(&self) -> EmailProfile
fn clone(&self) -> EmailProfile
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 EmailProfile
impl Debug for EmailProfile
Source§impl PartialEq for EmailProfile
impl PartialEq for EmailProfile
Source§fn eq(&self, other: &EmailProfile) -> bool
fn eq(&self, other: &EmailProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ScopePiiReader for EmailProfile
impl ScopePiiReader for EmailProfile
Source§fn fill_pii(claims: &Claims<Self>, a: &mut IdAssertion<Self>)
fn fill_pii(claims: &Claims<Self>, a: &mut IdAssertion<Self>)
Read per-scope PII claims from the engine output into an SDK
assertion already populated with base fields.
Source§impl ScopeSet for EmailProfile
impl ScopeSet for EmailProfile
impl Copy for EmailProfile
impl Eq for EmailProfile
impl HasEmail for EmailProfile
impl HasProfile for EmailProfile
impl StructuralPartialEq for EmailProfile
Auto Trait Implementations§
impl Freeze for EmailProfile
impl RefUnwindSafe for EmailProfile
impl Send for EmailProfile
impl Sync for EmailProfile
impl Unpin for EmailProfile
impl UnsafeUnpin for EmailProfile
impl UnwindSafe for EmailProfile
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