pub struct EmailIntakeAddressType {}Auto Trait Implementations§
impl Freeze for EmailIntakeAddressType
impl RefUnwindSafe for EmailIntakeAddressType
impl Send for EmailIntakeAddressType
impl Sync for EmailIntakeAddressType
impl Unpin for EmailIntakeAddressType
impl UnsafeUnpin for EmailIntakeAddressType
impl UnwindSafe for EmailIntakeAddressType
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