pub struct EmailProfilePhone;Expand description
scope=openid email profile phone.
Trait Implementations§
Source§impl Clone for EmailProfilePhone
impl Clone for EmailProfilePhone
Source§fn clone(&self) -> EmailProfilePhone
fn clone(&self) -> EmailProfilePhone
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 EmailProfilePhone
impl Debug for EmailProfilePhone
Source§impl PartialEq for EmailProfilePhone
impl PartialEq for EmailProfilePhone
Source§fn eq(&self, other: &EmailProfilePhone) -> bool
fn eq(&self, other: &EmailProfilePhone) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ScopePiiReader for EmailProfilePhone
impl ScopePiiReader for EmailProfilePhone
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 EmailProfilePhone
impl ScopeSet for EmailProfilePhone
impl Copy for EmailProfilePhone
impl Eq for EmailProfilePhone
impl HasEmail for EmailProfilePhone
impl HasPhone for EmailProfilePhone
impl HasProfile for EmailProfilePhone
impl StructuralPartialEq for EmailProfilePhone
Auto Trait Implementations§
impl Freeze for EmailProfilePhone
impl RefUnwindSafe for EmailProfilePhone
impl Send for EmailProfilePhone
impl Sync for EmailProfilePhone
impl Unpin for EmailProfilePhone
impl UnsafeUnpin for EmailProfilePhone
impl UnwindSafe for EmailProfilePhone
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