Struct rust_abci::types::RequestQuery [] [src]

pub struct RequestQuery {
    pub data: Vec<u8>,
    pub path: String,
    pub height: u64,
    pub prove: bool,
    // some fields omitted
}

Fields

Methods

impl RequestQuery
[src]

Trait Implementations

impl PartialEq for RequestQuery
[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 RequestQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestQuery
[src]

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

impl Sync for RequestQuery
[src]

impl Message for RequestQuery
[src]

impl MessageStatic for RequestQuery
[src]

impl Clear for RequestQuery
[src]

impl Debug for RequestQuery
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestQuery
[src]