pub struct TestTracing { /* private fields */ }Expand description
Инициализация tracing для тестов с возможностью фильтрации логов.
Фильтр по умолчанию равен debug.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestTracing
impl RefUnwindSafe for TestTracing
impl Send for TestTracing
impl Sync for TestTracing
impl Unpin for TestTracing
impl UnwindSafe for TestTracing
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