Struct kvproto::import_sstpb::IngestRequest[][src]

pub struct IngestRequest {
    pub context: SingularPtrField<Context>,
    pub sst: SingularPtrField<SstMeta>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

context: SingularPtrField<Context>sst: SingularPtrField<SstMeta>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl IngestRequest[src]

pub fn new() -> IngestRequest[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_sst(&self) -> &SstMeta[src]

pub fn clear_sst(&mut self)[src]

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

pub fn set_sst(&mut self, v: SstMeta)[src]

pub fn mut_sst(&mut self) -> &mut SstMeta[src]

pub fn take_sst(&mut self) -> SstMeta[src]

Trait Implementations

impl Clear for IngestRequest[src]

impl Clone for IngestRequest[src]

impl Debug for IngestRequest[src]

impl Default for IngestRequest[src]

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

impl Message for IngestRequest[src]

impl PartialEq<IngestRequest> for IngestRequest[src]

impl PbPrint for IngestRequest[src]

impl ProtobufValue for IngestRequest[src]

impl StructuralPartialEq for IngestRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for IngestRequest

impl Send for IngestRequest

impl Sync for IngestRequest

impl Unpin for IngestRequest

impl UnwindSafe for IngestRequest

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.