pub struct Email;Expand description
scope=openid email.
Trait Implementations§
Source§impl ScopePiiReader for Email
impl ScopePiiReader for Email
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.
impl Copy for Email
impl Eq for Email
impl HasEmail for Email
impl StructuralPartialEq for Email
Auto Trait Implementations§
impl Freeze for Email
impl RefUnwindSafe for Email
impl Send for Email
impl Sync for Email
impl Unpin for Email
impl UnsafeUnpin for Email
impl UnwindSafe for Email
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