pub struct SinglePkgView<'c> { /* private fields */ }Expand description
Represents a single PkgView without associated PkgIterator. Derefs to regular PkgView and releases the internal iterator on drop.
Trait Implementations§
Source§impl<'c> Drop for SinglePkgView<'c>
impl<'c> Drop for SinglePkgView<'c>
Auto Trait Implementations§
impl<'c> Freeze for SinglePkgView<'c>
impl<'c> RefUnwindSafe for SinglePkgView<'c>
impl<'c> !Send for SinglePkgView<'c>
impl<'c> !Sync for SinglePkgView<'c>
impl<'c> Unpin for SinglePkgView<'c>
impl<'c> UnwindSafe for SinglePkgView<'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