pub struct EmailAliasType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl EmailAliasType
impl EmailAliasType
pub const EMAIL_ALIAS: &'static str = "email_alias"
Trait Implementations§
Source§impl Clone for EmailAliasType
impl Clone for EmailAliasType
Source§fn clone(&self) -> EmailAliasType
fn clone(&self) -> EmailAliasType
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 EmailAliasType
impl Debug for EmailAliasType
Source§impl Default for EmailAliasType
impl Default for EmailAliasType
Source§fn default() -> EmailAliasType
fn default() -> EmailAliasType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmailAliasType
impl<'de> Deserialize<'de> for EmailAliasType
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
impl Eq for EmailAliasType
Source§impl PartialEq for EmailAliasType
impl PartialEq for EmailAliasType
Source§impl Serialize for EmailAliasType
impl Serialize for EmailAliasType
impl StructuralPartialEq for EmailAliasType
Auto Trait Implementations§
impl Freeze for EmailAliasType
impl RefUnwindSafe for EmailAliasType
impl Send for EmailAliasType
impl Sync for EmailAliasType
impl Unpin for EmailAliasType
impl UnsafeUnpin for EmailAliasType
impl UnwindSafe for EmailAliasType
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