Expand description
Seal type.
Variants
Proposal(Vec<Bytes>)
Proposal seal; should be broadcasted, but not inserted into blockchain.
Regular(Vec<Bytes>)
Regular block seal; should be part of the blockchain.
None
Engine does not generate seal for this block right now.
Trait Implementations
impl Eq for Seal
impl StructuralEq for Seal
impl StructuralPartialEq for Seal
Auto Trait Implementations
impl RefUnwindSafe for Seal
impl Send for Seal
impl Sync for Seal
impl Unpin for Seal
impl UnwindSafe for Seal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcepub fn equivalent(&self, key: &K) -> bool
pub fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.