Struct ExDebug
pub struct ExDebug<'ex> { /* private fields */ }Expand description
Default-param extender for EngineDebugger::debug_ex.
Implementations§
§impl<'ex> ExDebug<'ex>
impl<'ex> ExDebug<'ex>
pub fn can_continue(self, can_continue: bool) -> ExDebug<'ex>
pub fn is_error_breakpoint(self, is_error_breakpoint: bool) -> ExDebug<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExDebug<'ex>
impl<'ex> RefUnwindSafe for ExDebug<'ex>
impl<'ex> !Send for ExDebug<'ex>
impl<'ex> !Sync for ExDebug<'ex>
impl<'ex> Unpin for ExDebug<'ex>
impl<'ex> !UnwindSafe for ExDebug<'ex>
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