Struct kvproto::pdpb::GetDcLocationInfoResponse [−][src]
Fields
header: SingularPtrField<ResponseHeader>
suffix: i32
max_ts: SingularPtrField<Timestamp>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl GetDcLocationInfoResponse
[src][−]
pub fn new() -> GetDcLocationInfoResponse
[src]
pub fn get_header(&self) -> &ResponseHeader
[src]
pub fn clear_header(&mut self)
[src]
pub fn has_header(&self) -> bool
[src]
pub fn set_header(&mut self, v: ResponseHeader)
[src]
pub fn mut_header(&mut self) -> &mut ResponseHeader
[src]
pub fn take_header(&mut self) -> ResponseHeader
[src]
pub fn get_suffix(&self) -> i32
[src]
pub fn clear_suffix(&mut self)
[src]
pub fn set_suffix(&mut self, v: i32)
[src]
pub fn get_max_ts(&self) -> &Timestamp
[src]
pub fn clear_max_ts(&mut self)
[src]
pub fn has_max_ts(&self) -> bool
[src]
pub fn set_max_ts(&mut self, v: Timestamp)
[src]
pub fn mut_max_ts(&mut self) -> &mut Timestamp
[src]
pub fn take_max_ts(&mut self) -> Timestamp
[src]
Trait Implementations
impl Clear for GetDcLocationInfoResponse
[src][+]
impl Clone for GetDcLocationInfoResponse
[src][+]
impl Debug for GetDcLocationInfoResponse
[src][+]
impl Default for GetDcLocationInfoResponse
[src][+]
impl<'a> Default for &'a GetDcLocationInfoResponse
[src][+]
impl Message for GetDcLocationInfoResponse
[src][+]
impl PartialEq<GetDcLocationInfoResponse> for GetDcLocationInfoResponse
[src][+]
impl PbPrint for GetDcLocationInfoResponse
[src][+]
impl ProtobufValue for GetDcLocationInfoResponse
[src][+]
impl StructuralPartialEq for GetDcLocationInfoResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for GetDcLocationInfoResponse
impl Send for GetDcLocationInfoResponse
impl Sync for GetDcLocationInfoResponse
impl Unpin for GetDcLocationInfoResponse
impl UnwindSafe for GetDcLocationInfoResponse
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>,