pub struct DebugStop {
pub reason: String,
pub snapshot: StateSnapshot,
}Fields§
§reason: String§snapshot: StateSnapshotTrait Implementations§
Source§impl<'de> Deserialize<'de> for DebugStop
impl<'de> Deserialize<'de> for DebugStop
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 DebugStop
impl StructuralPartialEq for DebugStop
Auto Trait Implementations§
impl Freeze for DebugStop
impl RefUnwindSafe for DebugStop
impl Send for DebugStop
impl Sync for DebugStop
impl Unpin for DebugStop
impl UnsafeUnpin for DebugStop
impl UnwindSafe for DebugStop
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