pub struct ListIter<'a> { /* private fields */ }Expand description
Iterator for items within a List.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListIter<'a>
impl<'a> RefUnwindSafe for ListIter<'a>
impl<'a> Send for ListIter<'a>
impl<'a> Sync for ListIter<'a>
impl<'a> Unpin for ListIter<'a>
impl<'a> UnsafeUnpin for ListIter<'a>
impl<'a> UnwindSafe for ListIter<'a>
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