pub struct VerIterator<'c> { /* private fields */ }Expand description
An “iterator”/pointer to a point in a version list.
Auto Trait Implementations§
impl<'c> Freeze for VerIterator<'c>
impl<'c> RefUnwindSafe for VerIterator<'c>
impl<'c> !Send for VerIterator<'c>
impl<'c> !Sync for VerIterator<'c>
impl<'c> Unpin for VerIterator<'c>
impl<'c> UnwindSafe for VerIterator<'c>
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