pub struct RealtimeCompletedStep<O> { /* private fields */ }Expand description
One committed realtime transition and its scheduler identity.
Implementations§
Auto Trait Implementations§
impl<O> Freeze for RealtimeCompletedStep<O>where
O: Freeze,
impl<O> RefUnwindSafe for RealtimeCompletedStep<O>where
O: RefUnwindSafe,
impl<O> Send for RealtimeCompletedStep<O>where
O: Send,
impl<O> Sync for RealtimeCompletedStep<O>where
O: Sync,
impl<O> Unpin for RealtimeCompletedStep<O>where
O: Unpin,
impl<O> UnsafeUnpin for RealtimeCompletedStep<O>where
O: UnsafeUnpin,
impl<O> UnwindSafe for RealtimeCompletedStep<O>where
O: UnwindSafe,
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