pub struct DefaultTraceCapturer;Trait Implementations§
Source§impl CaptureTrace for DefaultTraceCapturer
impl CaptureTrace for DefaultTraceCapturer
Auto Trait Implementations§
impl Freeze for DefaultTraceCapturer
impl RefUnwindSafe for DefaultTraceCapturer
impl Send for DefaultTraceCapturer
impl Sync for DefaultTraceCapturer
impl Unpin for DefaultTraceCapturer
impl UnwindSafe for DefaultTraceCapturer
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