Struct kvproto::import_kvpb::WriteEngineResponse[][src]

pub struct WriteEngineResponse {
    pub error: SingularPtrField<Error>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

error: SingularPtrField<Error>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl WriteEngineResponse[src]

pub fn new() -> WriteEngineResponse[src]

pub fn get_error(&self) -> &Error[src]

pub fn clear_error(&mut self)[src]

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

pub fn set_error(&mut self, v: Error)[src]

pub fn mut_error(&mut self) -> &mut Error[src]

pub fn take_error(&mut self) -> Error[src]

Trait Implementations

impl Clear for WriteEngineResponse[src]

impl Clone for WriteEngineResponse[src]

impl Debug for WriteEngineResponse[src]

impl Default for WriteEngineResponse[src]

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

impl Message for WriteEngineResponse[src]

impl PartialEq<WriteEngineResponse> for WriteEngineResponse[src]

impl PbPrint for WriteEngineResponse[src]

impl ProtobufValue for WriteEngineResponse[src]

impl StructuralPartialEq for WriteEngineResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for WriteEngineResponse

impl Send for WriteEngineResponse

impl Sync for WriteEngineResponse

impl Unpin for WriteEngineResponse

impl UnwindSafe for WriteEngineResponse

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.