pub struct StoppedEvent {
pub function: ResourceLocation,
pub line_number: usize,
pub column_number: usize,
pub position_in_line: SuspensionPositionInLine,
}
Fields§
§function: ResourceLocation
§line_number: usize
§column_number: usize
§position_in_line: SuspensionPositionInLine
Trait Implementations§
Source§impl Display for StoppedEvent
impl Display for StoppedEvent
Auto Trait Implementations§
impl Freeze for StoppedEvent
impl RefUnwindSafe for StoppedEvent
impl Send for StoppedEvent
impl Sync for StoppedEvent
impl Unpin for StoppedEvent
impl UnwindSafe for StoppedEvent
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