[][src]Enum kpdb::DbType

pub enum DbType {
    Kdb1,
    Kdb2,
}

The database type.

Variants

Kdb1

KeePass 1.

Kdb2

KeePass 2 and KeePassX.

Trait Implementations

impl Clone for DbType[src]

impl Debug for DbType[src]

impl Eq for DbType[src]

impl Ord for DbType[src]

impl PartialEq<DbType> for DbType[src]

impl PartialOrd<DbType> for DbType[src]

impl StructuralEq for DbType[src]

impl StructuralPartialEq for DbType[src]

Auto Trait Implementations

impl RefUnwindSafe for DbType

impl Send for DbType

impl Sync for DbType

impl Unpin for DbType

impl UnwindSafe for DbType

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.