Struct kvproto::import_sstpb::MultiIngestRequest[][src]

pub struct MultiIngestRequest {
    pub context: SingularPtrField<Context>,
    pub ssts: RepeatedField<SstMeta>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

context: SingularPtrField<Context>ssts: RepeatedField<SstMeta>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl MultiIngestRequest[src]

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

pub fn clear_ssts(&mut self)[src]

pub fn set_ssts(&mut self, v: RepeatedField<SstMeta>)[src]

pub fn mut_ssts(&mut self) -> &mut RepeatedField<SstMeta>[src]

pub fn take_ssts(&mut self) -> RepeatedField<SstMeta>[src]

Trait Implementations

impl Clear for MultiIngestRequest[src]

impl Clone for MultiIngestRequest[src]

impl Debug for MultiIngestRequest[src]

impl Default for MultiIngestRequest[src]

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

impl Message for MultiIngestRequest[src]

impl PartialEq<MultiIngestRequest> for MultiIngestRequest[src]

impl PbPrint for MultiIngestRequest[src]

impl ProtobufValue for MultiIngestRequest[src]

impl StructuralPartialEq for MultiIngestRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for MultiIngestRequest

impl Send for MultiIngestRequest

impl Sync for MultiIngestRequest

impl Unpin for MultiIngestRequest

impl UnwindSafe for MultiIngestRequest

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.