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