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