pub struct OutputReceiver { /* private fields */ }Expand description
Receiver end of an OutputSender channel.
Unwraps InboundEvent internally, returning plain Event values.
Created via OutputSender::channel().
Implementations§
Auto Trait Implementations§
impl Freeze for OutputReceiver
impl RefUnwindSafe for OutputReceiver
impl Send for OutputReceiver
impl Sync for OutputReceiver
impl Unpin for OutputReceiver
impl UnsafeUnpin for OutputReceiver
impl UnwindSafe for OutputReceiver
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