Enum kvproto::deadlock::DeadlockRequestType[][src]

pub enum DeadlockRequestType {
    Detect,
    CleanUpWaitFor,
    CleanUp,
}

Variants

Detect
CleanUpWaitFor
CleanUp

Trait Implementations

impl Clone for DeadlockRequestType[src]

impl Copy for DeadlockRequestType[src]

impl Debug for DeadlockRequestType[src]

impl Default for DeadlockRequestType[src]

impl Eq for DeadlockRequestType[src]

impl Hash for DeadlockRequestType[src]

impl PartialEq<DeadlockRequestType> for DeadlockRequestType[src]

impl PbPrint for DeadlockRequestType[src]

impl ProtobufEnum for DeadlockRequestType[src]

impl ProtobufValue for DeadlockRequestType[src]

impl StructuralEq for DeadlockRequestType[src]

impl StructuralPartialEq for DeadlockRequestType[src]

Auto Trait Implementations

impl RefUnwindSafe for DeadlockRequestType

impl Send for DeadlockRequestType

impl Sync for DeadlockRequestType

impl Unpin for DeadlockRequestType

impl UnwindSafe for DeadlockRequestType

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.