pub struct MockLogger;
Expand description
Mocked log implementation, for the purpose of validating log output in tests.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockLogger
impl RefUnwindSafe for MockLogger
impl Send for MockLogger
impl Sync for MockLogger
impl Unpin for MockLogger
impl UnwindSafe for MockLogger
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