pub enum DbKind {
Options,
Packages,
Index,
}Expand description
Whether a spam database stores NixOS module options or package file paths.
Variants§
Options
Options database produced from nixosOptionsDoc.
Packages
Package-file database built from a local manifest via spam db build.
Index
Autonomous package index produced by spam index.
Trait Implementations§
impl Copy for DbKind
impl Eq for DbKind
impl StructuralPartialEq for DbKind
Auto Trait Implementations§
impl Freeze for DbKind
impl RefUnwindSafe for DbKind
impl Send for DbKind
impl Sync for DbKind
impl Unpin for DbKind
impl UnsafeUnpin for DbKind
impl UnwindSafe for DbKind
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