pub struct ProcessTreeTerminator { /* private fields */ }Expand description
Cloneable process-tree termination capability for timeout and I/O guards.
Implementations§
Trait Implementations§
Source§impl Clone for ProcessTreeTerminator
impl Clone for ProcessTreeTerminator
Source§fn clone(&self) -> ProcessTreeTerminator
fn clone(&self) -> ProcessTreeTerminator
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 moreAuto Trait Implementations§
impl Freeze for ProcessTreeTerminator
impl RefUnwindSafe for ProcessTreeTerminator
impl Send for ProcessTreeTerminator
impl Sync for ProcessTreeTerminator
impl Unpin for ProcessTreeTerminator
impl UnsafeUnpin for ProcessTreeTerminator
impl UnwindSafe for ProcessTreeTerminator
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