pub struct EmailAddress(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<EmailAddress> for EmailAddress
impl AsRef<EmailAddress> for EmailAddress
Source§fn as_ref(&self) -> &EmailAddress
fn as_ref(&self) -> &EmailAddress
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for EmailAddress
impl Clone for EmailAddress
Source§fn clone(&self) -> EmailAddress
fn clone(&self) -> EmailAddress
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 EmailAddress
impl Debug for EmailAddress
Source§impl<'de> Deserialize<'de> for EmailAddress
impl<'de> Deserialize<'de> for EmailAddress
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EmailAddress
impl Display for EmailAddress
impl Eq for EmailAddress
Source§impl From<EmailAddress> for EmailAddress
impl From<EmailAddress> for EmailAddress
Source§fn from(value: EmailAddress) -> Self
fn from(value: EmailAddress) -> Self
Converts to this type from the input type.
Source§impl From<EmailAddress> for EmailAddress
impl From<EmailAddress> for EmailAddress
Source§fn from(value: EmailAddress) -> Self
fn from(value: EmailAddress) -> Self
Converts to this type from the input type.
Source§impl FromStr for EmailAddress
impl FromStr for EmailAddress
Source§impl Hash for EmailAddress
impl Hash for EmailAddress
Source§impl Ord for EmailAddress
impl Ord for EmailAddress
1.21.0 (const: unstable) · 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 EmailAddress
impl PartialEq for EmailAddress
Source§fn eq(&self, other: &EmailAddress) -> bool
fn eq(&self, other: &EmailAddress) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EmailAddress
impl PartialOrd for EmailAddress
Source§impl Serialize for EmailAddress
impl Serialize for EmailAddress
impl StructuralPartialEq for EmailAddress
Auto Trait Implementations§
impl Freeze for EmailAddress
impl RefUnwindSafe for EmailAddress
impl Send for EmailAddress
impl Sync for EmailAddress
impl Unpin for EmailAddress
impl UnsafeUnpin for EmailAddress
impl UnwindSafe for EmailAddress
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