pub struct Email<'a> { /* private fields */ }
Expand description
EMAIL
Parameter
Implementations§
Trait Implementations§
Source§impl<'a> Ord for Email<'a>
impl<'a> Ord for Email<'a>
Source§impl<'a> PartialOrd for Email<'a>
impl<'a> PartialOrd for Email<'a>
impl<'a> Eq for Email<'a>
impl<'a> StructuralPartialEq for Email<'a>
Auto Trait Implementations§
impl<'a> Freeze for Email<'a>
impl<'a> RefUnwindSafe for Email<'a>
impl<'a> Send for Email<'a>
impl<'a> Sync for Email<'a>
impl<'a> Unpin for Email<'a>
impl<'a> UnwindSafe for Email<'a>
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