pub struct contactEmailAddress;Trait Implementations§
Source§impl Field for contactEmailAddress
impl Field for contactEmailAddress
Auto Trait Implementations§
impl Freeze for contactEmailAddress
impl RefUnwindSafe for contactEmailAddress
impl Send for contactEmailAddress
impl Sync for contactEmailAddress
impl Unpin for contactEmailAddress
impl UnwindSafe for contactEmailAddress
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