Enum kvproto::deadlock::DeadlockRequestType [−][src]
pub enum DeadlockRequestType { Detect, CleanUpWaitFor, CleanUp, }
Variants
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,