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