pub enum DebugState {
Stopped,
Initialized,
Running,
Paused,
Terminated,
}Variants§
Trait Implementations§
Source§impl Clone for DebugState
impl Clone for DebugState
Source§impl Debug for DebugState
impl Debug for DebugState
Source§impl<'de> Deserialize<'de> for DebugState
impl<'de> Deserialize<'de> for DebugState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DebugState
Source§impl Hash for DebugState
impl Hash for DebugState
Source§impl PartialEq for DebugState
impl PartialEq for DebugState
Source§impl Serialize for DebugState
impl Serialize for DebugState
impl StructuralPartialEq for DebugState
Auto Trait Implementations§
impl Freeze for DebugState
impl RefUnwindSafe for DebugState
impl Send for DebugState
impl Sync for DebugState
impl Unpin for DebugState
impl UnsafeUnpin for DebugState
impl UnwindSafe for DebugState
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