pub struct Child<T: Object> { /* private fields */ }Expand description
The subprocess object created by calling spawn on a function annottated with #[func].
Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Child<T>
impl<T> Send for Child<T>
impl<T> Sync for Child<T>
impl<T> Unpin for Child<T>
impl<T> UnwindSafe for Child<T>
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