pub enum DebuggingState {
Running,
Finished,
Paused,
}Variants§
Auto Trait Implementations§
impl Freeze for DebuggingState
impl RefUnwindSafe for DebuggingState
impl Send for DebuggingState
impl Sync for DebuggingState
impl Unpin for DebuggingState
impl UnsafeUnpin for DebuggingState
impl UnwindSafe for DebuggingState
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