[][src]Enum pkgsrc::pkgdb::DBType

pub enum DBType {
    Files,
    Database,
}

Type of pkgdb. Currently supported formats are Files for the legacy directory of +* files, and Database for a sqlite3 backend.

Variants

Files

Standard pkg_install pkgdb using files.

Database

Future work to support sqlite3 backend. Currently unimplemented.

Trait Implementations

impl Debug for DBType[src]

Auto Trait Implementations

impl Send for DBType

impl Unpin for DBType

impl Sync for DBType

impl UnwindSafe for DBType

impl RefUnwindSafe for DBType

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]