[][src]Struct casper_engine_grpc_server::engine_server::ipc::BytesReprError

pub struct BytesReprError {
    pub error_instance: Option<BytesReprError_oneof_error_instance>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

error_instance: Option<BytesReprError_oneof_error_instance>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BytesReprError[src]

pub fn new() -> BytesReprError[src]

pub fn get_early_end(&self) -> &EarlyEndOfStream[src]

pub fn clear_early_end(&mut self)[src]

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

pub fn set_early_end(&mut self, v: EarlyEndOfStream)[src]

pub fn mut_early_end(&mut self) -> &mut EarlyEndOfStream[src]

pub fn take_early_end(&mut self) -> EarlyEndOfStream[src]

pub fn get_formatting(&self) -> &FormattingError[src]

pub fn clear_formatting(&mut self)[src]

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

pub fn set_formatting(&mut self, v: FormattingError)[src]

pub fn mut_formatting(&mut self) -> &mut FormattingError[src]

pub fn take_formatting(&mut self) -> FormattingError[src]

pub fn get_left_over(&self) -> &LeftOverBytes[src]

pub fn clear_left_over(&mut self)[src]

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

pub fn set_left_over(&mut self, v: LeftOverBytes)[src]

pub fn mut_left_over(&mut self) -> &mut LeftOverBytes[src]

pub fn take_left_over(&mut self) -> LeftOverBytes[src]

Trait Implementations

impl Clear for BytesReprError[src]

impl Clone for BytesReprError[src]

impl Debug for BytesReprError[src]

impl Default for BytesReprError[src]

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

impl Message for BytesReprError[src]

impl PartialEq<BytesReprError> for BytesReprError[src]

impl ProtobufValue for BytesReprError[src]

impl StructuralPartialEq for BytesReprError[src]

Auto Trait Implementations

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> FromBits<T> for T

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,