Struct sp_utils::status_sinks::ReadySinkEvent
source · [−]pub struct ReadySinkEvent<'a, T> { /* private fields */ }
Expand description
One of the sinks is ready.
Implementations
sourceimpl<'a, T> ReadySinkEvent<'a, T>
impl<'a, T> ReadySinkEvent<'a, T>
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>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more