Struct aur_depends::AurUpdate [−][src]
pub struct AurUpdate<'a> {
pub local: Package<'a>,
pub remote: ArcPackage,
}
Expand description
An AUR package that should be updated.
Fields
local: Package<'a>
The local package.
remote: ArcPackage
The AUR package.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AurUpdate<'a>
impl<'a> !UnwindSafe for AurUpdate<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more