Struct finality_grandpa::Prevote[][src]

pub struct Prevote<H> { /* fields omitted */ }

A prevote for a block and its ancestors.

Methods

impl<H> Prevote<H>
[src]

Trait Implementations

impl<H: Debug> Debug for Prevote<H>
[src]

Formats the value using the given formatter. Read more

impl<H: Clone> Clone for Prevote<H>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<H: PartialEq> PartialEq for Prevote<H>
[src]

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

This method tests for !=.

impl<H: Eq> Eq for Prevote<H>
[src]

Auto Trait Implementations

impl<H> Send for Prevote<H> where
    H: Send

impl<H> Sync for Prevote<H> where
    H: Sync