Enum alpm::PrepareData
source · pub enum PrepareData<'a> {
PkgInvalidArch(AlpmListMut<&'a Package>),
UnsatisfiedDeps(AlpmListMut<DependMissing>),
ConflictingDeps(AlpmListMut<OwnedConflict>),
}Variants§
PkgInvalidArch(AlpmListMut<&'a Package>)
UnsatisfiedDeps(AlpmListMut<DependMissing>)
ConflictingDeps(AlpmListMut<OwnedConflict>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PrepareData<'a>
impl<'a> !RefUnwindSafe for PrepareData<'a>
impl<'a> !Send for PrepareData<'a>
impl<'a> !Sync for PrepareData<'a>
impl<'a> Unpin for PrepareData<'a>
impl<'a> !UnwindSafe for PrepareData<'a>
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