pub struct LogCapture { /* private fields */ }
Expand description
Log capture system for tests
Implementations§
Trait Implementations§
Source§impl Clone for LogCapture
impl Clone for LogCapture
Source§fn clone(&self) -> LogCapture
fn clone(&self) -> LogCapture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LogCapture
impl Default for LogCapture
Source§fn default() -> LogCapture
fn default() -> LogCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogCapture
impl RefUnwindSafe for LogCapture
impl Send for LogCapture
impl Sync for LogCapture
impl Unpin for LogCapture
impl UnwindSafe for LogCapture
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