pub struct StatusContent {
pub execution_state: ExecutionState,
}
Expand description
Response from the IOPub status messages
Fields§
§execution_state: ExecutionState
The state of the kernel.
Trait Implementations§
Source§impl Debug for StatusContent
impl Debug for StatusContent
Source§impl<'de> Deserialize<'de> for StatusContent
impl<'de> Deserialize<'de> for StatusContent
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
Auto Trait Implementations§
impl Freeze for StatusContent
impl RefUnwindSafe for StatusContent
impl Send for StatusContent
impl Sync for StatusContent
impl Unpin for StatusContent
impl UnwindSafe for StatusContent
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