Struct sc_chain_spec::Forks [−][src]
Implementations
impl<B: Ord, T: Group> Forks<B, T> where
T::Fork: Debug,
[src]
impl<B: Ord, T: Group> Forks<B, T> where
T::Fork: Debug,
[src]impl<B: Ord + Clone, T: Group + Extension> Forks<B, T> where
T::Fork: Extension,
[src]
impl<B: Ord + Clone, T: Group + Extension> Forks<B, T> where
T::Fork: Extension,
[src]Trait Implementations
impl<BlockNumber: Clone + Ord, T: Clone + Group> Clone for Forks<BlockNumber, T> where
T::Fork: Clone,
[src]
impl<BlockNumber: Clone + Ord, T: Clone + Group> Clone for Forks<BlockNumber, T> where
T::Fork: Clone,
[src]impl<BlockNumber: Debug + Ord, T: Debug + Group> Debug for Forks<BlockNumber, T> where
T::Fork: Debug,
[src]
impl<BlockNumber: Debug + Ord, T: Debug + Group> Debug for Forks<BlockNumber, T> where
T::Fork: Debug,
[src]impl<'de, BlockNumber: Ord, T: Group> Deserialize<'de> for Forks<BlockNumber, T> where
BlockNumber: Deserialize<'de>,
T: Deserialize<'de>,
[src]
impl<'de, BlockNumber: Ord, T: Group> Deserialize<'de> for Forks<BlockNumber, T> where
BlockNumber: Deserialize<'de>,
T: Deserialize<'de>,
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl<B, E> Extension for Forks<B, E> where
B: Serialize + DeserializeOwned + Ord + Clone + 'static,
E: Extension + Group + 'static,
[src]
impl<B, E> Extension for Forks<B, E> where
B: Serialize + DeserializeOwned + Ord + Clone + 'static,
E: Extension + Group + 'static,
[src]type Forks = Self
fn get<T: 'static>(&self) -> Option<&T>
[src]
fn get_any(&self, t: TypeId) -> &dyn Any
[src]
fn forks<BlockNumber, T>(&self) -> Option<Forks<BlockNumber, T>> where
BlockNumber: Ord + Clone + 'static,
T: Group + 'static,
<Self::Forks as IsForks>::Extension: Extension,
<<Self::Forks as IsForks>::Extension as Group>::Fork: Extension,
[src]
BlockNumber: Ord + Clone + 'static,
T: Group + 'static,
<Self::Forks as IsForks>::Extension: Extension,
<<Self::Forks as IsForks>::Extension as Group>::Fork: Extension,
impl<BlockNumber: PartialEq + Ord, T: PartialEq + Group> PartialEq<Forks<BlockNumber, T>> for Forks<BlockNumber, T> where
T::Fork: PartialEq,
[src]
impl<BlockNumber: PartialEq + Ord, T: PartialEq + Group> PartialEq<Forks<BlockNumber, T>> for Forks<BlockNumber, T> where
T::Fork: PartialEq,
[src]impl<BlockNumber: Ord, T: Group> Serialize for Forks<BlockNumber, T> where
BlockNumber: Serialize,
T: Serialize,
[src]
impl<BlockNumber: Ord, T: Group> Serialize for Forks<BlockNumber, T> where
BlockNumber: Serialize,
T: Serialize,
[src]impl<BlockNumber: Ord, T: Group> StructuralPartialEq for Forks<BlockNumber, T>
[src]
Auto Trait Implementations
impl<BlockNumber, T> RefUnwindSafe for Forks<BlockNumber, T> where
BlockNumber: RefUnwindSafe,
T: RefUnwindSafe,
<T as Group>::Fork: RefUnwindSafe,
BlockNumber: RefUnwindSafe,
T: RefUnwindSafe,
<T as Group>::Fork: RefUnwindSafe,
impl<BlockNumber, T> Send for Forks<BlockNumber, T> where
BlockNumber: Send,
T: Send,
<T as Group>::Fork: Send,
BlockNumber: Send,
T: Send,
<T as Group>::Fork: Send,
impl<BlockNumber, T> Sync for Forks<BlockNumber, T> where
BlockNumber: Sync,
T: Sync,
<T as Group>::Fork: Sync,
BlockNumber: Sync,
T: Sync,
<T as Group>::Fork: Sync,
impl<BlockNumber, T> Unpin for Forks<BlockNumber, T> where
T: Unpin,
T: Unpin,
impl<BlockNumber, T> UnwindSafe for Forks<BlockNumber, T> where
BlockNumber: RefUnwindSafe,
T: UnwindSafe,
<T as Group>::Fork: RefUnwindSafe,
BlockNumber: RefUnwindSafe,
T: UnwindSafe,
<T as Group>::Fork: RefUnwindSafe,
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<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,