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