Struct kvproto::debugpb::ListFailPointsResponse[][src]

pub struct ListFailPointsResponse {
    pub entries: RepeatedField<ListFailPointsResponseEntry>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

entries: RepeatedField<ListFailPointsResponseEntry>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ListFailPointsResponse[src]

pub fn new() -> ListFailPointsResponse[src]

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

pub fn clear_entries(&mut self)[src]

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

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

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

Trait Implementations

impl Clear for ListFailPointsResponse[src]

impl Clone for ListFailPointsResponse[src]

impl Debug for ListFailPointsResponse[src]

impl Default for ListFailPointsResponse[src]

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

impl Message for ListFailPointsResponse[src]

impl PartialEq<ListFailPointsResponse> for ListFailPointsResponse[src]

impl PbPrint for ListFailPointsResponse[src]

impl ProtobufValue for ListFailPointsResponse[src]

impl StructuralPartialEq for ListFailPointsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListFailPointsResponse

impl Send for ListFailPointsResponse

impl Sync for ListFailPointsResponse

impl Unpin for ListFailPointsResponse

impl UnwindSafe for ListFailPointsResponse

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.