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