pub struct OutputCaptureHandles { /* private fields */ }Expand description
Join handles for background tasks that redact and persist child output streams.
Implementations§
Auto Trait Implementations§
impl Freeze for OutputCaptureHandles
impl RefUnwindSafe for OutputCaptureHandles
impl Send for OutputCaptureHandles
impl Sync for OutputCaptureHandles
impl Unpin for OutputCaptureHandles
impl UnsafeUnpin for OutputCaptureHandles
impl UnwindSafe for OutputCaptureHandles
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