pub struct MTMsgReceiver<'a, 'q, M> { /* private fields */ }
Expand description
Message receiving channel
Implementations§
Source§impl<M> MTMsgReceiver<'_, '_, M>
impl<M> MTMsgReceiver<'_, '_, M>
Trait Implementations§
impl<M: Send> Send for MTMsgReceiver<'_, '_, M>
Auto Trait Implementations§
impl<'a, 'q, M> Freeze for MTMsgReceiver<'a, 'q, M>
impl<'a, 'q, M> RefUnwindSafe for MTMsgReceiver<'a, 'q, M>where
M: RefUnwindSafe,
impl<'a, 'q, M> !Sync for MTMsgReceiver<'a, 'q, M>
impl<'a, 'q, M> Unpin for MTMsgReceiver<'a, 'q, M>
impl<'a, 'q, M> UnwindSafe for MTMsgReceiver<'a, 'q, 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