Struct finality_grandpa::round::RoundParams [−][src]
Parameters for starting a round.
Fields
round_number: u64
The round number for votes.
voters: VoterSet<Id>
Actors and weights in the round.
base: (H, N)
The base block to build on.
Auto Trait Implementations
impl<Id, H, N> RefUnwindSafe for RoundParams<Id, H, N> where
H: RefUnwindSafe,
Id: RefUnwindSafe,
N: RefUnwindSafe,
H: RefUnwindSafe,
Id: RefUnwindSafe,
N: RefUnwindSafe,
impl<Id, H, N> Send for RoundParams<Id, H, N> where
H: Send,
Id: Send,
N: Send,
H: Send,
Id: Send,
N: Send,
impl<Id, H, N> Sync for RoundParams<Id, H, N> where
H: Sync,
Id: Sync,
N: Sync,
H: Sync,
Id: Sync,
N: Sync,
impl<Id, H, N> Unpin for RoundParams<Id, H, N> where
H: Unpin,
Id: Unpin,
N: Unpin,
H: Unpin,
Id: Unpin,
N: Unpin,
impl<Id, H, N> UnwindSafe for RoundParams<Id, H, N> where
H: UnwindSafe,
Id: RefUnwindSafe + UnwindSafe,
N: UnwindSafe,
H: UnwindSafe,
Id: RefUnwindSafe + 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, 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>,