Struct rust_abci::types::RequestBeginBlock [] [src]

pub struct RequestBeginBlock {
    pub hash: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl RequestBeginBlock
[src]

Trait Implementations

impl PartialEq for RequestBeginBlock
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for RequestBeginBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestBeginBlock
[src]

Returns the "default value" for a type. Read more

impl Sync for RequestBeginBlock
[src]

impl Message for RequestBeginBlock
[src]

impl MessageStatic for RequestBeginBlock
[src]

impl Clear for RequestBeginBlock
[src]

impl Debug for RequestBeginBlock
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestBeginBlock
[src]