pub struct PackageUpdate {
pub source: PathBuf,
pub path: ImportPath,
pub files: Vec<File>,
pub update: PackageUpdateKind,
}Fields§
§source: PathBuf§path: ImportPath§files: Vec<File>§update: PackageUpdateKindAuto Trait Implementations§
impl Freeze for PackageUpdate
impl RefUnwindSafe for PackageUpdate
impl Send for PackageUpdate
impl Sync for PackageUpdate
impl Unpin for PackageUpdate
impl UnwindSafe for PackageUpdate
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