pub struct MailingInst;Expand description
MailingInst (482).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MailingInst
impl RefUnwindSafe for MailingInst
impl Send for MailingInst
impl Sync for MailingInst
impl Unpin for MailingInst
impl UnsafeUnpin for MailingInst
impl UnwindSafe for MailingInst
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