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