pub struct ContainedChild {
pub child: Child,
pub containment: Containment,
}Expand description
A handle to a process spawned inside a ContainedProcessGroup.
Fields§
§child: Child§containment: ContainmentAuto Trait Implementations§
impl Freeze for ContainedChild
impl RefUnwindSafe for ContainedChild
impl Send for ContainedChild
impl Sync for ContainedChild
impl Unpin for ContainedChild
impl UnsafeUnpin for ContainedChild
impl UnwindSafe for ContainedChild
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