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