Struct component_events::events::DebugStartedPayload
source · 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 !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