Struct kvproto::deadlock::DeadlockRequest[][src]

pub struct DeadlockRequest {
    pub tp: DeadlockRequestType,
    pub entry: SingularPtrField<WaitForEntry>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

tp: DeadlockRequestTypeentry: SingularPtrField<WaitForEntry>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl DeadlockRequest[src]

pub fn new() -> DeadlockRequest[src]

pub fn get_tp(&self) -> DeadlockRequestType[src]

pub fn clear_tp(&mut self)[src]

pub fn set_tp(&mut self, v: DeadlockRequestType)[src]

pub fn get_entry(&self) -> &WaitForEntry[src]

pub fn clear_entry(&mut self)[src]

pub fn has_entry(&self) -> bool[src]

pub fn set_entry(&mut self, v: WaitForEntry)[src]

pub fn mut_entry(&mut self) -> &mut WaitForEntry[src]

pub fn take_entry(&mut self) -> WaitForEntry[src]

Trait Implementations

impl Clear for DeadlockRequest[src]

impl Clone for DeadlockRequest[src]

impl Debug for DeadlockRequest[src]

impl Default for DeadlockRequest[src]

impl<'a> Default for &'a DeadlockRequest[src]

impl Message for DeadlockRequest[src]

impl PartialEq<DeadlockRequest> for DeadlockRequest[src]

impl PbPrint for DeadlockRequest[src]

impl ProtobufValue for DeadlockRequest[src]

impl StructuralPartialEq for DeadlockRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for DeadlockRequest

impl Send for DeadlockRequest

impl Sync for DeadlockRequest

impl Unpin for DeadlockRequest

impl UnwindSafe for DeadlockRequest

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.