pub struct ChildHandle { /* private fields */ }Trait Implementations§
Source§impl BackgroundHandle for ChildHandle
impl BackgroundHandle for ChildHandle
Source§impl Clone for ChildHandle
impl Clone for ChildHandle
Source§fn clone(&self) -> ChildHandle
fn clone(&self) -> ChildHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Drop for ChildHandle
impl Drop for ChildHandle
Auto Trait Implementations§
impl Freeze for ChildHandle
impl RefUnwindSafe for ChildHandle
impl Send for ChildHandle
impl Sync for ChildHandle
impl Unpin for ChildHandle
impl UnsafeUnpin for ChildHandle
impl UnwindSafe 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