Struct sp_utils::status_sinks::ReadySinkEvent [−][src]
pub struct ReadySinkEvent<'a, T> { /* fields omitted */ }
Expand description
One of the sinks is ready.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for ReadySinkEvent<'a, T>
impl<'a, T> Send for ReadySinkEvent<'a, T> where
T: Send,
impl<'a, T> Sync for ReadySinkEvent<'a, T> where
T: Send,
impl<'a, T> Unpin for ReadySinkEvent<'a, T>
impl<'a, T> !UnwindSafe for ReadySinkEvent<'a, T>