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

pub struct StepResponse_StepResult {
    pub step_result: Option<StepResponse_StepResult_oneof_step_result>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

step_result: Option<StepResponse_StepResult_oneof_step_result>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl StepResponse_StepResult[src]

pub fn new() -> StepResponse_StepResult[src]

pub fn get_success(&self) -> &CommitResult[src]

pub fn clear_success(&mut self)[src]

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

pub fn set_success(&mut self, v: CommitResult)[src]

pub fn mut_success(&mut self) -> &mut CommitResult[src]

pub fn take_success(&mut self) -> CommitResult[src]

pub fn get_missing_parent(&self) -> &RootNotFound[src]

pub fn clear_missing_parent(&mut self)[src]

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

pub fn set_missing_parent(&mut self, v: RootNotFound)[src]

pub fn mut_missing_parent(&mut self) -> &mut RootNotFound[src]

pub fn take_missing_parent(&mut self) -> RootNotFound[src]

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

pub fn clear_error(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for StepResponse_StepResult[src]

impl Clone for StepResponse_StepResult[src]

impl Debug for StepResponse_StepResult[src]

impl Default for StepResponse_StepResult[src]

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

impl Message for StepResponse_StepResult[src]

impl PartialEq<StepResponse_StepResult> for StepResponse_StepResult[src]

impl ProtobufValue for StepResponse_StepResult[src]

impl StructuralPartialEq for StepResponse_StepResult[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>,