Struct kvproto::kvrpcpb::GcRequest[][src]

pub struct GcRequest {
    pub context: SingularPtrField<Context>,
    pub safe_point: u64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

context: SingularPtrField<Context>safe_point: u64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GcRequest[src]

pub fn new() -> GcRequest[src]

pub fn get_context(&self) -> &Context[src]

pub fn clear_context(&mut self)[src]

pub fn has_context(&self) -> bool[src]

pub fn set_context(&mut self, v: Context)[src]

pub fn mut_context(&mut self) -> &mut Context[src]

pub fn take_context(&mut self) -> Context[src]

pub fn get_safe_point(&self) -> u64[src]

pub fn clear_safe_point(&mut self)[src]

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

Trait Implementations

impl Clear for GcRequest[src]

impl Clone for GcRequest[src]

impl Debug for GcRequest[src]

impl Default for GcRequest[src]

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

impl Message for GcRequest[src]

impl PartialEq<GcRequest> for GcRequest[src]

impl PbPrint for GcRequest[src]

impl ProtobufValue for GcRequest[src]

impl StructuralPartialEq for GcRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GcRequest

impl Send for GcRequest

impl Sync for GcRequest

impl Unpin for GcRequest

impl UnwindSafe for GcRequest

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.