pub struct InternalRelay<S>where
S: Spec + 'static,{ /* private fields */ }Expand description
Struct to relay events from Poll and Streams from the external subscription to the local subscribers
Implementations§
Auto Trait Implementations§
impl<S> Freeze for InternalRelay<S>
impl<S> !RefUnwindSafe for InternalRelay<S>
impl<S> Send for InternalRelay<S>
impl<S> Sync for InternalRelay<S>
impl<S> Unpin for InternalRelay<S>
impl<S> !UnwindSafe for InternalRelay<S>
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