Struct kvproto::import_kvpb::WriteEngineRequest[][src]

pub struct WriteEngineRequest {
    pub chunk: Option<WriteEngineRequest_oneof_chunk>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

chunk: Option<WriteEngineRequest_oneof_chunk>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl WriteEngineRequest[src]

pub fn new() -> WriteEngineRequest[src]

pub fn get_head(&self) -> &WriteHead[src]

pub fn clear_head(&mut self)[src]

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

pub fn set_head(&mut self, v: WriteHead)[src]

pub fn mut_head(&mut self) -> &mut WriteHead[src]

pub fn take_head(&mut self) -> WriteHead[src]

pub fn get_batch(&self) -> &WriteBatch[src]

pub fn clear_batch(&mut self)[src]

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

pub fn set_batch(&mut self, v: WriteBatch)[src]

pub fn mut_batch(&mut self) -> &mut WriteBatch[src]

pub fn take_batch(&mut self) -> WriteBatch[src]

Trait Implementations

impl Clear for WriteEngineRequest[src]

impl Clone for WriteEngineRequest[src]

impl Debug for WriteEngineRequest[src]

impl Default for WriteEngineRequest[src]

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

impl Message for WriteEngineRequest[src]

impl PartialEq<WriteEngineRequest> for WriteEngineRequest[src]

impl PbPrint for WriteEngineRequest[src]

impl ProtobufValue for WriteEngineRequest[src]

impl StructuralPartialEq for WriteEngineRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for WriteEngineRequest

impl Send for WriteEngineRequest

impl Sync for WriteEngineRequest

impl Unpin for WriteEngineRequest

impl UnwindSafe for WriteEngineRequest

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.