pub enum PackageBaseKeyword {
CheckDepends,
MakeDepends,
PkgVer,
PkgRel,
Epoch,
ValidPGPKeys,
}
Expand description
Keywords that are exclusive to the pkgbase
section in SRCINFO data.
Variants§
Trait Implementations§
Source§impl Debug for PackageBaseKeyword
impl Debug for PackageBaseKeyword
Source§impl FromStr for PackageBaseKeyword
impl FromStr for PackageBaseKeyword
Auto Trait Implementations§
impl Freeze for PackageBaseKeyword
impl RefUnwindSafe for PackageBaseKeyword
impl Send for PackageBaseKeyword
impl Sync for PackageBaseKeyword
impl Unpin for PackageBaseKeyword
impl UnwindSafe for PackageBaseKeyword
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