pub struct DocCapture { /* private fields */ }Expand description
Captured-output handle returned by Printer::for_test_doc. Available with
the test-helpers feature.
Implementations§
Auto Trait Implementations§
impl Freeze for DocCapture
impl RefUnwindSafe for DocCapture
impl Send for DocCapture
impl Sync for DocCapture
impl Unpin for DocCapture
impl UnsafeUnpin for DocCapture
impl UnwindSafe for DocCapture
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