[][src]Struct tendermint::amino_types::vote::Vote

pub struct Vote {
    pub vote_type: u32,
    pub height: i64,
    pub round: i64,
    pub block_id: Option<BlockId>,
    pub timestamp: Option<TimeMsg>,
    pub validator_address: Vec<u8>,
    pub validator_index: i64,
    pub signature: Vec<u8>,
}

Fields

vote_type: u32height: i64round: i64block_id: Option<BlockId>timestamp: Option<TimeMsg>validator_address: Vec<u8>validator_index: i64signature: Vec<u8>

Trait Implementations

impl ConsensusMessage for Vote[src]

impl ParseHeight for Vote[src]

impl Clone for Vote[src]

impl Default for Vote[src]

impl PartialEq<Vote> for Vote[src]

impl Debug for Vote[src]

impl Message for Vote[src]

Auto Trait Implementations

impl Send for Vote

impl Sync for Vote

impl Unpin for Vote

impl UnwindSafe for Vote

impl RefUnwindSafe for Vote

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]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> InitializableFromZeroed for T where
    T: Default

impl<T> Typeable for T where
    T: Any