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