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