pub struct AurUpdate {
pub pkgname: String,
pub pkgver_cur: String,
pub pkgrel_cur: String,
pub pkgver_new: String,
pub pkgrel_new: String,
}
Expand description
Current status of an installed AUR package, vs the status of the latest version.
Fields§
§pkgname: String
§pkgver_cur: String
§pkgrel_cur: String
§pkgver_new: String
§pkgrel_new: String
Trait Implementations§
impl Eq for AurUpdate
impl StructuralPartialEq for AurUpdate
Auto Trait Implementations§
impl Freeze for AurUpdate
impl RefUnwindSafe for AurUpdate
impl Send for AurUpdate
impl Sync for AurUpdate
impl Unpin for AurUpdate
impl UnwindSafe for AurUpdate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.