pub struct DebugStartedPayload {
pub runtime_dir: DirectoryProxy,
pub break_on_start: EventPair,
}
Fields§
§runtime_dir: DirectoryProxy
§break_on_start: EventPair
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugStartedPayload
impl !RefUnwindSafe for DebugStartedPayload
impl Send for DebugStartedPayload
impl Sync for DebugStartedPayload
impl Unpin for DebugStartedPayload
impl !UnwindSafe for DebugStartedPayload
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