[][src]Struct kpdb::EntryUuid

pub struct EntryUuid(pub Uuid);

The identifier for an entry.

Methods

impl EntryUuid[src]

pub fn new_random() -> EntryUuid[src]

Create a new random entry identifier.

pub fn nil() -> EntryUuid[src]

Create a nil/zero entry identifier.

Trait Implementations

impl Clone for EntryUuid[src]

impl Copy for EntryUuid[src]

impl Debug for EntryUuid[src]

impl Default for EntryUuid[src]

impl Eq for EntryUuid[src]

impl Hash for EntryUuid[src]

impl Ord for EntryUuid[src]

impl PartialEq<EntryUuid> for EntryUuid[src]

impl PartialOrd<EntryUuid> for EntryUuid[src]

impl StructuralEq for EntryUuid[src]

impl StructuralPartialEq for EntryUuid[src]

Auto Trait Implementations

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.