Struct kvproto::errorpb::RegionNotFound [−][src]
Fields
region_id: u64
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl RegionNotFound
[src][−]
pub fn new() -> RegionNotFound
[src]
pub fn get_region_id(&self) -> u64
[src]
pub fn clear_region_id(&mut self)
[src]
pub fn set_region_id(&mut self, v: u64)
[src]
Trait Implementations
impl Clear for RegionNotFound
[src][+]
impl Clone for RegionNotFound
[src][+]
impl Debug for RegionNotFound
[src][+]
impl Default for RegionNotFound
[src][+]
impl<'a> Default for &'a RegionNotFound
[src][+]
impl Message for RegionNotFound
[src][+]
impl PartialEq<RegionNotFound> for RegionNotFound
[src][+]
impl PbPrint for RegionNotFound
[src][+]
impl ProtobufValue for RegionNotFound
[src][+]
impl StructuralPartialEq for RegionNotFound
[src]
Auto Trait Implementations
impl RefUnwindSafe for RegionNotFound
impl Send for RegionNotFound
impl Sync for RegionNotFound
impl Unpin for RegionNotFound
impl UnwindSafe for RegionNotFound
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>,