pub enum PackageBaseKeyword {
CheckDepends,
MakeDepends,
PkgVer,
PkgRel,
Epoch,
ValidPGPKeys,
}
Expand description
Keywords that are exclusive to the pkgbase
section in SRCINFO data.
Variants§
Implementations§
Source§impl PackageBaseKeyword
impl PackageBaseKeyword
Sourcepub fn parser(input: &mut &str) -> ModalResult<PackageBaseKeyword>
pub fn parser(input: &mut &str) -> ModalResult<PackageBaseKeyword>
Recognizes a PackageBaseKeyword
in an input string slice.
Trait Implementations§
Source§impl Debug for PackageBaseKeyword
impl Debug for PackageBaseKeyword
Source§impl FromStr for PackageBaseKeyword
impl FromStr for PackageBaseKeyword
Source§impl TryFrom<&str> for PackageBaseKeyword
impl TryFrom<&str> 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