pub enum SharedMetaKeyword {
PkgDesc,
Url,
License,
Arch,
Changelog,
Install,
Groups,
Options,
Backup,
}
Expand description
Keywords that may exist both in pkgbase
and pkgname
sections in SRCINFO data.
Variants§
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