pub struct LiveSpawn {
pub module_id: String,
pub spawn_generation: u64,
pub pid: u32,
pub spawned_at_ms: u64,
}Expand description
One process present in an atomic supervisor spawn snapshot.
Fields§
§module_id: String§spawn_generation: u64§pid: u32§spawned_at_ms: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for LiveSpawn
impl<'de> Deserialize<'de> for LiveSpawn
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 LiveSpawn
impl StructuralPartialEq for LiveSpawn
Auto Trait Implementations§
impl Freeze for LiveSpawn
impl RefUnwindSafe for LiveSpawn
impl Send for LiveSpawn
impl Sync for LiveSpawn
impl Unpin for LiveSpawn
impl UnsafeUnpin for LiveSpawn
impl UnwindSafe for LiveSpawn
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