Struct rust_abci::types::Validator [] [src]

pub struct Validator {
    pub pubKey: Vec<u8>,
    pub power: u64,
    // some fields omitted
}

Fields

Methods

impl Validator
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Validator
[src]

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

impl Sync for Validator
[src]

impl Message for Validator
[src]

impl MessageStatic for Validator
[src]

impl Clear for Validator
[src]

impl Debug for Validator
[src]

Formats the value using the given formatter.

impl ProtobufValue for Validator
[src]