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