Struct kvproto::deadlock::WaitForEntriesResponse[][src]

pub struct WaitForEntriesResponse {
    pub entries: RepeatedField<WaitForEntry>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

entries: RepeatedField<WaitForEntry>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl WaitForEntriesResponse[src]

pub fn new() -> WaitForEntriesResponse[src]

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

pub fn clear_entries(&mut self)[src]

pub fn set_entries(&mut self, v: RepeatedField<WaitForEntry>)[src]

pub fn mut_entries(&mut self) -> &mut RepeatedField<WaitForEntry>[src]

pub fn take_entries(&mut self) -> RepeatedField<WaitForEntry>[src]

Trait Implementations

impl Clear for WaitForEntriesResponse[src]

impl Clone for WaitForEntriesResponse[src]

impl Debug for WaitForEntriesResponse[src]

impl Default for WaitForEntriesResponse[src]

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

impl Message for WaitForEntriesResponse[src]

impl PartialEq<WaitForEntriesResponse> for WaitForEntriesResponse[src]

impl PbPrint for WaitForEntriesResponse[src]

impl ProtobufValue for WaitForEntriesResponse[src]

impl StructuralPartialEq for WaitForEntriesResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for WaitForEntriesResponse

impl Send for WaitForEntriesResponse

impl Sync for WaitForEntriesResponse

impl Unpin for WaitForEntriesResponse

impl UnwindSafe for WaitForEntriesResponse

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.