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