pub struct EventSink(/* private fields */);Expand description
Fan-out point for Events — reporters subscribe here (borrowed
events). Cheap to clone; threads share the same sink.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EventSink
impl !UnwindSafe for EventSink
impl Freeze for EventSink
impl Send for EventSink
impl Sync for EventSink
impl Unpin for EventSink
impl UnsafeUnpin for EventSink
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