pub struct Metadata {
pub pkginfo: PackageInfo,
pub buildinfo: BuildInfo,
pub mtree: Mtree,
}
Expand description
All the metadata contained in an alpm-package file.
Fields§
§pkginfo: PackageInfo
The PKGINFO file in the package.
buildinfo: BuildInfo
The BUILDINFO file in the package.
mtree: Mtree
The ALPM-MTREE file in the package.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
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