Struct finality_grandpa::Precommit
source · [−]pub struct Precommit<H, N> {
pub target_hash: H,
pub target_number: N,
}Expand description
A precommit for a block and its ancestors.
Fields
target_hash: HThe target block’s hash.
target_number: NThe target block’s number
Implementations
Trait Implementations
impl<H: Eq, N: Eq> Eq for Precommit<H, N>
impl<H, N> StructuralEq for Precommit<H, N>
impl<H, N> StructuralPartialEq for Precommit<H, N>
Auto Trait Implementations
impl<H, N> RefUnwindSafe for Precommit<H, N> where
H: RefUnwindSafe,
N: RefUnwindSafe,
impl<H, N> Send for Precommit<H, N> where
H: Send,
N: Send,
impl<H, N> Sync for Precommit<H, N> where
H: Sync,
N: Sync,
impl<H, N> Unpin for Precommit<H, N> where
H: Unpin,
N: Unpin,
impl<H, N> UnwindSafe for Precommit<H, N> where
H: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more