pub struct AurUpdate<'a> {
pub local: &'a Package,
pub remote: ArcPackage,
}
Expand description
An AUR package that should be updated.
Fields§
§local: &'a Package
The local package.
remote: ArcPackage
The AUR package.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AurUpdate<'a>
impl<'a> !RefUnwindSafe for AurUpdate<'a>
impl<'a> !Send for AurUpdate<'a>
impl<'a> !Sync for AurUpdate<'a>
impl<'a> Unpin for AurUpdate<'a>
impl<'a> !UnwindSafe for AurUpdate<'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