pub struct UserEmailRef {
pub email: EmailAddress,
}Fields§
§email: EmailAddressTrait Implementations§
Source§impl Clone for UserEmailRef
impl Clone for UserEmailRef
Source§fn clone(&self) -> UserEmailRef
fn clone(&self) -> UserEmailRef
Returns a duplicate of the value. Read more
1.0.0 · 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 UserEmailRef
impl Debug for UserEmailRef
Source§impl From<UserEmailRef> for UserRef
impl From<UserEmailRef> for UserRef
Source§fn from(r: UserEmailRef) -> Self
fn from(r: UserEmailRef) -> Self
Converts to this type from the input type.
Source§impl Hash for UserEmailRef
impl Hash for UserEmailRef
Source§impl Ord for UserEmailRef
impl Ord for UserEmailRef
Source§fn cmp(&self, other: &UserEmailRef) -> Ordering
fn cmp(&self, other: &UserEmailRef) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UserEmailRef
impl PartialEq for UserEmailRef
Source§impl PartialOrd for UserEmailRef
impl PartialOrd for UserEmailRef
impl Eq for UserEmailRef
impl StructuralPartialEq for UserEmailRef
Auto Trait Implementations§
impl Freeze for UserEmailRef
impl RefUnwindSafe for UserEmailRef
impl Send for UserEmailRef
impl Sync for UserEmailRef
impl Unpin for UserEmailRef
impl UnwindSafe for UserEmailRef
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