pub struct EmailType;Expand description
EmailType (94).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmailType
impl RefUnwindSafe for EmailType
impl Send for EmailType
impl Sync for EmailType
impl Unpin for EmailType
impl UnsafeUnpin for EmailType
impl UnwindSafe for EmailType
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