pub(crate) struct ChildGuard {
inner: Option<WaitableChild>,
}Expand description
The wrapper around the child.
Fields§
§inner: Option<WaitableChild>Implementations§
Auto Trait Implementations§
impl Freeze for ChildGuard
impl RefUnwindSafe for ChildGuard
impl Send for ChildGuard
impl Sync for ChildGuard
impl Unpin for ChildGuard
impl UnwindSafe for ChildGuard
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