Struct kvproto::pdpb::UpdateGcSafePointResponse[][src]

pub struct UpdateGcSafePointResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub new_safe_point: u64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<ResponseHeader>new_safe_point: u64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl UpdateGcSafePointResponse[src]

pub fn new() -> UpdateGcSafePointResponse[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_new_safe_point(&self) -> u64[src]

pub fn clear_new_safe_point(&mut self)[src]

pub fn set_new_safe_point(&mut self, v: u64)[src]

Trait Implementations

impl Clear for UpdateGcSafePointResponse[src]

impl Clone for UpdateGcSafePointResponse[src]

impl Debug for UpdateGcSafePointResponse[src]

impl Default for UpdateGcSafePointResponse[src]

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

impl Message for UpdateGcSafePointResponse[src]

impl PartialEq<UpdateGcSafePointResponse> for UpdateGcSafePointResponse[src]

impl PbPrint for UpdateGcSafePointResponse[src]

impl ProtobufValue for UpdateGcSafePointResponse[src]

impl StructuralPartialEq for UpdateGcSafePointResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateGcSafePointResponse

impl Send for UpdateGcSafePointResponse

impl Sync for UpdateGcSafePointResponse

impl Unpin for UpdateGcSafePointResponse

impl UnwindSafe for UpdateGcSafePointResponse

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.