pub struct SpawnedChild {
pub record: AgentRecord,
/* private fields */
}Expand description
A spawned actor subprocess plus its discovered record. Killed on drop (kill_on_drop).
Fields§
§record: AgentRecordImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SpawnedChild
impl !UnwindSafe for SpawnedChild
impl Freeze for SpawnedChild
impl Send for SpawnedChild
impl Sync for SpawnedChild
impl Unpin for SpawnedChild
impl UnsafeUnpin for SpawnedChild
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