#[repr(transparent)]pub(crate) struct Notified<S: 'static>(Task<S>);
Expand description
A task was notified.
Tuple Fields§
§0: Task<S>
Implementations§
Trait Implementations§
impl<S: Schedule> Send for Notified<S>
impl<S: Schedule> Sync for Notified<S>
Auto Trait Implementations§
impl<S> Freeze for Notified<S>
impl<S> !RefUnwindSafe for Notified<S>
impl<S> Unpin for Notified<S>where
S: Unpin,
impl<S> !UnwindSafe for Notified<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