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