pub struct Traced { /* private fields */ }
Expand description
A structure potentially containing more information about a detected debugger/tracer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Traced
impl RefUnwindSafe for Traced
impl Send for Traced
impl Sync for Traced
impl Unpin for Traced
impl UnwindSafe for Traced
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