pub enum PackageUpdateKind {
PackageAdded,
PackageRemoved,
PackageUpdated,
}
Variants§
Auto Trait Implementations§
impl Freeze for PackageUpdateKind
impl RefUnwindSafe for PackageUpdateKind
impl Send for PackageUpdateKind
impl Sync for PackageUpdateKind
impl Unpin for PackageUpdateKind
impl UnwindSafe for PackageUpdateKind
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