pub struct StepCompleteEvent;Expand description
A single instruction has completed
Trait Implementations§
Source§impl Clone for StepCompleteEvent
impl Clone for StepCompleteEvent
Source§fn clone(&self) -> StepCompleteEvent
fn clone(&self) -> StepCompleteEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StepCompleteEvent
impl Debug for StepCompleteEvent
Source§impl From<StepCompleteEvent> for Event
impl From<StepCompleteEvent> for Event
Source§fn from(original: StepCompleteEvent) -> Event
fn from(original: StepCompleteEvent) -> Event
Converts to this type from the input type.
Source§impl From<StepCompleteEvent> for Event
impl From<StepCompleteEvent> for Event
Source§fn from(original: StepCompleteEvent) -> Event
fn from(original: StepCompleteEvent) -> Event
Converts to this type from the input type.
Source§impl PartialEq for StepCompleteEvent
impl PartialEq for StepCompleteEvent
Source§impl TryFrom<Event> for StepCompleteEvent
impl TryFrom<Event> for StepCompleteEvent
Source§impl TryFrom<Event> for StepCompleteEvent
impl TryFrom<Event> for StepCompleteEvent
impl Copy for StepCompleteEvent
impl Eq for StepCompleteEvent
impl StructuralPartialEq for StepCompleteEvent
Auto Trait Implementations§
impl Freeze for StepCompleteEvent
impl RefUnwindSafe for StepCompleteEvent
impl Send for StepCompleteEvent
impl Sync for StepCompleteEvent
impl Unpin for StepCompleteEvent
impl UnsafeUnpin for StepCompleteEvent
impl UnwindSafe for StepCompleteEvent
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