pub struct ChildHandle { /* private fields */ }Trait Implementations§
Source§impl BackgroundHandle for ChildHandle
impl BackgroundHandle for ChildHandle
Source§impl Debug for ChildHandle
impl Debug for ChildHandle
Source§impl Drop for ChildHandle
impl Drop for ChildHandle
Auto Trait Implementations§
impl !RefUnwindSafe for ChildHandle
impl !UnwindSafe for ChildHandle
impl Freeze for ChildHandle
impl Send for ChildHandle
impl Sync for ChildHandle
impl Unpin for ChildHandle
impl UnsafeUnpin for ChildHandle
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