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