pub struct OutputCapture { /* private fields */ }
Expand description
Implementations§
Source§impl OutputCapture
impl OutputCapture
Trait Implementations§
Source§impl Capture for OutputCapture
impl Capture for OutputCapture
Auto Trait Implementations§
impl Freeze for OutputCapture
impl RefUnwindSafe for OutputCapture
impl Send for OutputCapture
impl Sync for OutputCapture
impl Unpin for OutputCapture
impl UnwindSafe for OutputCapture
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