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