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