Struct pkgcraft::opaque::RestrictPkgIter
source · [−]pub struct RestrictPkgIter;Expand description
Opaque wrapper for RestrictPkgIter objects.
Auto Trait Implementations
impl RefUnwindSafe for RestrictPkgIter
impl Send for RestrictPkgIter
impl Sync for RestrictPkgIter
impl Unpin for RestrictPkgIter
impl UnwindSafe for RestrictPkgIter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more