Struct rust_abci::types::RequestInfo [] [src]

pub struct RequestInfo { /* fields omitted */ }

Methods

impl RequestInfo
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestInfo
[src]

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

impl Sync for RequestInfo
[src]

impl Message for RequestInfo
[src]

impl MessageStatic for RequestInfo
[src]

impl Clear for RequestInfo
[src]

impl Debug for RequestInfo
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestInfo
[src]