Struct kvproto::pdpb::GetDcLocationInfoResponse[][src]

pub struct GetDcLocationInfoResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub suffix: i32,
    pub max_ts: SingularPtrField<Timestamp>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<ResponseHeader>suffix: i32max_ts: SingularPtrField<Timestamp>unknown_fields: UnknownFieldscached_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]

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.