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