Struct SignalsInEditorDebuggerSession
pub struct SignalsInEditorDebuggerSession<'c> { /* private fields */ }
Expand description
A collection of signals for the EditorDebuggerSession
class.
Implementations§
§impl<'c> SignalsInEditorDebuggerSession<'c>
impl<'c> SignalsInEditorDebuggerSession<'c>
pub fn started(&mut self) -> SigStarted<'c>
pub fn started(&mut self) -> SigStarted<'c>
Signature: ()
pub fn stopped(&mut self) -> SigStopped<'c>
pub fn stopped(&mut self) -> SigStopped<'c>
Signature: ()
pub fn breaked(&mut self) -> SigBreaked<'c>
pub fn breaked(&mut self) -> SigBreaked<'c>
Signature: (can_debug: bool)
pub fn continued(&mut self) -> SigContinued<'c>
pub fn continued(&mut self) -> SigContinued<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInEditorDebuggerSession<'c>
impl<'c> RefUnwindSafe for SignalsInEditorDebuggerSession<'c>
impl<'c> !Send for SignalsInEditorDebuggerSession<'c>
impl<'c> !Sync for SignalsInEditorDebuggerSession<'c>
impl<'c> Unpin for SignalsInEditorDebuggerSession<'c>
impl<'c> !UnwindSafe for SignalsInEditorDebuggerSession<'c>
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