pub struct ReadinessSnapshot { /* private fields */ }Expand description
Snapshot of handle readiness at the start of a spin iteration.
Passed to Trigger::Predicate functions. Query by HandleId.
Implementations§
Source§impl ReadinessSnapshot
impl ReadinessSnapshot
Auto Trait Implementations§
impl Freeze for ReadinessSnapshot
impl RefUnwindSafe for ReadinessSnapshot
impl Send for ReadinessSnapshot
impl Sync for ReadinessSnapshot
impl Unpin for ReadinessSnapshot
impl UnsafeUnpin for ReadinessSnapshot
impl UnwindSafe for ReadinessSnapshot
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