Struct pkgcraft::opaque::RepoIterCpv
source · pub struct RepoIterCpv;Expand description
Opaque wrapper for pkgcraft::repo::IterCpv objects.
Auto Trait Implementations§
impl RefUnwindSafe for RepoIterCpv
impl Send for RepoIterCpv
impl Sync for RepoIterCpv
impl Unpin for RepoIterCpv
impl UnwindSafe for RepoIterCpv
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