Struct sp_consensus::block_import::ImportedAux [−][src]
pub struct ImportedAux {
pub header_only: bool,
pub clear_justification_requests: bool,
pub needs_justification: bool,
pub bad_justification: bool,
pub is_new_best: bool,
}Auxiliary data associated with an imported block result.
Fields
header_only: boolOnly the header has been imported. Block body verification was skipped.
clear_justification_requests: boolClear all pending justification requests.
needs_justification: boolRequest a justification for the given block.
bad_justification: boolReceived a bad justification.
is_new_best: boolWhether the block that was imported is the new best block.
Trait Implementations
impl Default for ImportedAux[src]
impl Default for ImportedAux[src]fn default() -> ImportedAux[src]
impl<'de> Deserialize<'de> for ImportedAux[src]
impl<'de> Deserialize<'de> for ImportedAux[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<ImportedAux> for ImportedAux[src]
impl PartialEq<ImportedAux> for ImportedAux[src]fn eq(&self, other: &ImportedAux) -> bool[src]
fn ne(&self, other: &ImportedAux) -> bool[src]
impl Serialize for ImportedAux[src]
impl Serialize for ImportedAux[src]impl Eq for ImportedAux[src]
impl StructuralEq for ImportedAux[src]
impl StructuralPartialEq for ImportedAux[src]
Auto Trait Implementations
impl RefUnwindSafe for ImportedAux
impl Send for ImportedAux
impl Sync for ImportedAux
impl Unpin for ImportedAux
impl UnwindSafe for ImportedAux
Blanket Implementations
impl<T> CheckedConversion for T[src]
impl<T> CheckedConversion for T[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>, [src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>, [src]
Self: TryInto<T>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]impl<T> SaturatedConversion for T[src]
impl<T> SaturatedConversion for T[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>, [src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>, [src]
Self: UniqueSaturatedInto<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]pub fn unchecked_into(self) -> T[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>, [src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>, [src]pub fn unique_saturated_into(self) -> T[src]
impl<T> WithSubscriber for T[src]
impl<T> WithSubscriber for T[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>, [src]
S: Into<Dispatch>,
pub fn with_current_subscriber(self) -> WithDispatch<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> MaybeSerialize for T where
T: Serialize, [src]
T: Serialize,
impl<T> MaybeSerializeDeserialize for T where
T: DeserializeOwned + Serialize, [src]
T: DeserializeOwned + Serialize,