pub enum SharedMetaProperty {
Description(PackageDescription),
Url(Url),
License(License),
Architecture(Architecture),
Changelog(RelativePath),
Install(RelativePath),
Group(String),
Option(MakepkgOption),
Backup(RelativePath),
}Expand description
Metadata properties that may be shared between pkgbase and pkgname sections in SRCINFO data.
Variants§
Description(PackageDescription)
Url(Url)
License(License)
Architecture(Architecture)
Changelog(RelativePath)
Install(RelativePath)
Group(String)
Option(MakepkgOption)
Backup(RelativePath)
Trait Implementations§
Auto Trait Implementations§
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