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 moreimpl Copy for EmailProfilePhoneAddress
Source§impl Debug for EmailProfilePhoneAddress
impl Debug for EmailProfilePhoneAddress
impl Eq for EmailProfilePhoneAddress
impl HasAddress for EmailProfilePhoneAddress
impl HasEmail for EmailProfilePhoneAddress
impl HasPhone for EmailProfilePhoneAddress
impl HasProfile for EmailProfilePhoneAddress
Source§impl PartialEq for EmailProfilePhoneAddress
impl PartialEq for EmailProfilePhoneAddress
Source§impl ScopeSet for EmailProfilePhoneAddress
impl ScopeSet 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