pub struct ChannelMailboxReceiver<T> { /* private fields */ }Implementations§
Source§impl<T> ChannelMailboxReceiver<T>
impl<T> ChannelMailboxReceiver<T>
Trait Implementations§
Source§impl<T> Drop for ChannelMailboxReceiver<T>
impl<T> Drop for ChannelMailboxReceiver<T>
Auto Trait Implementations§
impl<T> Freeze for ChannelMailboxReceiver<T>
impl<T> RefUnwindSafe for ChannelMailboxReceiver<T>
impl<T> Send for ChannelMailboxReceiver<T>where
T: Send,
impl<T> Sync for ChannelMailboxReceiver<T>where
T: Send,
impl<T> Unpin for ChannelMailboxReceiver<T>
impl<T> UnsafeUnpin for ChannelMailboxReceiver<T>
impl<T> UnwindSafe for ChannelMailboxReceiver<T>
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