pub struct Step<A: Allocator = Global> { /* private fields */ }Expand description
An execution Step.
Implementations§
Trait Implementations§
Source§impl<A: Allocator> MayHaveInput for Step<A>
impl<A: Allocator> MayHaveInput for Step<A>
impl<A: Allocator> Eq for Step<A>
Auto Trait Implementations§
impl<A = Global> !Freeze for Step<A>
impl<A> RefUnwindSafe for Step<A>where
A: RefUnwindSafe + UnwindSafe,
impl<A> Send for Step<A>where
A: Send,
impl<A> Sync for Step<A>
impl<A> Unpin for Step<A>where
A: Unpin,
impl<A> UnsafeUnpin for Step<A>where
A: UnsafeUnpin,
impl<A> UnwindSafe for Step<A>where
A: UnwindSafe + RefUnwindSafe,
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