pub struct EmailValue { /* private fields */ }
Expand description
The implementation for an email value
.
NOTE: this is a really basic e-mail validity check and misses several cases.
Implementations§
Trait Implementations§
Source§impl Clone for EmailValue
impl Clone for EmailValue
Source§fn clone(&self) -> EmailValue
fn clone(&self) -> EmailValue
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 EmailValue
impl Debug for EmailValue
Source§impl FromStr for EmailValue
impl FromStr for EmailValue
Source§impl PartialEq for EmailValue
impl PartialEq for EmailValue
Source§impl Value for EmailValue
impl Value for EmailValue
impl StructuralPartialEq for EmailValue
Auto Trait Implementations§
impl Freeze for EmailValue
impl RefUnwindSafe for EmailValue
impl Send for EmailValue
impl Sync for EmailValue
impl Unpin for EmailValue
impl UnwindSafe for EmailValue
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