Enum sc_block_builder::RecordProof
source · pub enum RecordProof {
Yes,
No,
}
Expand description
Used as parameter to BlockBuilderProvider
to express if proof recording should be enabled.
When RecordProof::Yes
is given, all accessed trie nodes should be saved. These recorded
trie nodes can be used by a third party to proof this proposal without having access to the
full storage.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RecordProof
impl Clone for RecordProof
source§fn clone(&self) -> RecordProof
fn clone(&self) -> RecordProof
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RecordProof
impl Default for RecordProof
Will return RecordProof::No
as default value.
source§impl From<bool> for RecordProof
impl From<bool> for RecordProof
source§impl PartialEq<RecordProof> for RecordProof
impl PartialEq<RecordProof> for RecordProof
source§fn eq(&self, other: &RecordProof) -> bool
fn eq(&self, other: &RecordProof) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RecordProof
impl StructuralPartialEq for RecordProof
Auto Trait Implementations§
impl RefUnwindSafe for RecordProof
impl Send for RecordProof
impl Sync for RecordProof
impl Unpin for RecordProof
impl UnwindSafe for RecordProof
Blanket Implementations§
source§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read moresource§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.source§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.