[−][src]Struct finality_grandpa::Precommit
A precommit for a block and its ancestors.
Fields
target_hash: HThe target block's hash.
target_number: NThe target block's number
Implementations
impl<H, N> Precommit<H, N>[src]
pub fn new(target_hash: H, target_number: N) -> Self[src]
Create a new precommit for the given block (hash and number).
Trait Implementations
impl<H: Clone, N: Clone> Clone for Precommit<H, N>[src]
impl<H: Debug, N: Debug> Debug for Precommit<H, N>[src]
impl<H: Eq, N: Eq> Eq for Precommit<H, N>[src]
impl<H: PartialEq, N: PartialEq> PartialEq<Precommit<H, N>> for Precommit<H, N>[src]
fn eq(&self, other: &Precommit<H, N>) -> bool[src]
fn ne(&self, other: &Precommit<H, N>) -> bool[src]
impl<H, N> StructuralEq for Precommit<H, N>[src]
impl<H, N> StructuralPartialEq for Precommit<H, N>[src]
Auto Trait Implementations
impl<H, N> RefUnwindSafe for Precommit<H, N> where
H: RefUnwindSafe,
N: RefUnwindSafe, [src]
H: RefUnwindSafe,
N: RefUnwindSafe,
impl<H, N> Send for Precommit<H, N> where
H: Send,
N: Send, [src]
H: Send,
N: Send,
impl<H, N> Sync for Precommit<H, N> where
H: Sync,
N: Sync, [src]
H: Sync,
N: Sync,
impl<H, N> Unpin for Precommit<H, N> where
H: Unpin,
N: Unpin, [src]
H: Unpin,
N: Unpin,
impl<H, N> UnwindSafe for Precommit<H, N> where
H: UnwindSafe,
N: UnwindSafe, [src]
H: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,