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