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