pub struct RunEndContext<'s, 'a> { /* private fields */ }Implementations§
Source§impl<'s, 'a> RunEndContext<'s, 'a>
impl<'s, 'a> RunEndContext<'s, 'a>
pub fn new(step: &'s mut StepContext<'a>) -> Self
Trait Implementations§
Source§impl<'s, 'a> PhaseContext for RunEndContext<'s, 'a>
impl<'s, 'a> PhaseContext for RunEndContext<'s, 'a>
Auto Trait Implementations§
impl<'s, 'a> Freeze for RunEndContext<'s, 'a>
impl<'s, 'a> !RefUnwindSafe for RunEndContext<'s, 'a>
impl<'s, 'a> Send for RunEndContext<'s, 'a>
impl<'s, 'a> !Sync for RunEndContext<'s, 'a>
impl<'s, 'a> Unpin for RunEndContext<'s, 'a>
impl<'s, 'a> UnsafeUnpin for RunEndContext<'s, 'a>
impl<'s, 'a> !UnwindSafe for RunEndContext<'s, 'a>
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