pub struct Mailbox<M: Send + 'static> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<M> !Freeze for Mailbox<M>
impl<M> RefUnwindSafe for Mailbox<M>
impl<M> Send for Mailbox<M>
impl<M> Sync for Mailbox<M>
impl<M> Unpin for Mailbox<M>
impl<M> UnsafeUnpin for Mailbox<M>
impl<M> UnwindSafe for Mailbox<M>where
M: RefUnwindSafe,
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