Struct kvproto::errorpb::EpochNotMatch [−][src]
Fields
current_regions: RepeatedField<Region>
unknown_fields: UnknownFields
cached_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][+]
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>,