[][src]Struct sawtooth_sdk::messages::consensus::ConsensusCancelBlockResponse

pub struct ConsensusCancelBlockResponse {
    pub status: ConsensusCancelBlockResponse_Status,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

status: ConsensusCancelBlockResponse_Statusunknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ConsensusCancelBlockResponse[src]

Trait Implementations

impl Clone for ConsensusCancelBlockResponse[src]

impl Default for ConsensusCancelBlockResponse[src]

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

impl PartialEq<ConsensusCancelBlockResponse> for ConsensusCancelBlockResponse[src]

impl Debug for ConsensusCancelBlockResponse[src]

impl Message for ConsensusCancelBlockResponse[src]

impl Clear for ConsensusCancelBlockResponse[src]

impl ProtobufValue for ConsensusCancelBlockResponse[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]