[][src]Struct casperlabs_engine_grpc_server::engine_server::ipc::DistributeRewardsResponse

pub struct DistributeRewardsResponse {
    pub result: Option<DistributeRewardsResponse_oneof_result>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

result: Option<DistributeRewardsResponse_oneof_result>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl DistributeRewardsResponse[src]

pub fn new() -> DistributeRewardsResponse[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) -> &DistibuteRewardsError[src]

pub fn clear_error(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for DistributeRewardsResponse[src]

impl Clone for DistributeRewardsResponse[src]

impl Debug for DistributeRewardsResponse[src]

impl Default for DistributeRewardsResponse[src]

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

impl Message for DistributeRewardsResponse[src]

impl PartialEq<DistributeRewardsResponse> for DistributeRewardsResponse[src]

impl ProtobufValue for DistributeRewardsResponse[src]

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