pub struct ChildGuard(pub Child);Tuple Fields§
§0: ChildTrait Implementations§
Source§impl Drop for ChildGuard
impl Drop for ChildGuard
Auto Trait Implementations§
impl Freeze for ChildGuard
impl RefUnwindSafe for ChildGuard
impl Send for ChildGuard
impl Sync for ChildGuard
impl Unpin for ChildGuard
impl UnsafeUnpin 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