pub enum DebugUtilsEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugUtilsEvent
impl RefUnwindSafe for DebugUtilsEvent
impl Send for DebugUtilsEvent
impl Sync for DebugUtilsEvent
impl Unpin for DebugUtilsEvent
impl UnwindSafe for DebugUtilsEvent
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