pub struct ChannelRx { /* private fields */ }
Expand description
Trait impl for channels
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelRx
impl RefUnwindSafe for ChannelRx
impl Send for ChannelRx
impl Sync for ChannelRx
impl Unpin for ChannelRx
impl UnwindSafe for ChannelRx
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