Struct kvproto::errorpb::EpochNotMatch[][src]

pub struct EpochNotMatch {
    pub current_regions: RepeatedField<Region>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

current_regions: RepeatedField<Region>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl EpochNotMatch[src]

pub fn new() -> EpochNotMatch[src]

pub fn get_current_regions(&self) -> &[Region][src]

pub fn clear_current_regions(&mut self)[src]

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

pub fn mut_current_regions(&mut self) -> &mut RepeatedField<Region>[src]

pub fn take_current_regions(&mut self) -> RepeatedField<Region>[src]

Trait Implementations

impl Clear for EpochNotMatch[src]

impl Clone for EpochNotMatch[src]

impl Debug for EpochNotMatch[src]

impl Default for EpochNotMatch[src]

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

impl Message for EpochNotMatch[src]

impl PartialEq<EpochNotMatch> for EpochNotMatch[src]

impl PbPrint for EpochNotMatch[src]

impl ProtobufValue for EpochNotMatch[src]

impl StructuralPartialEq for EpochNotMatch[src]

Auto Trait Implementations

impl RefUnwindSafe for EpochNotMatch

impl Send for EpochNotMatch

impl Sync for EpochNotMatch

impl Unpin for EpochNotMatch

impl UnwindSafe for EpochNotMatch

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.