Struct sc_consensus_slots::SlotDuration [−][src]
pub struct SlotDuration<T>(_);
A slot duration. Create with get_or_compute
.
Implementations
impl<T: Clone + Send + Sync + 'static> SlotDuration<T>
[src]
impl<T: Clone + Send + Sync + 'static> SlotDuration<T>
[src]pub fn get_or_compute<B: BlockT, C, CB>(client: &C, cb: CB) -> Result<Self> where
C: AuxStore,
C: ProvideRuntimeApi<B>,
CB: FnOnce(ApiRef<'_, C::Api>, &BlockId<B>) -> Result<T>,
T: SlotData + Encode + Decode + Debug,
[src]
C: AuxStore,
C: ProvideRuntimeApi<B>,
CB: FnOnce(ApiRef<'_, C::Api>, &BlockId<B>) -> Result<T>,
T: SlotData + Encode + Decode + Debug,
Either fetch the slot duration from disk or compute it from the genesis state.
slot_key
is marked as 'static
, as it should really be a
compile-time constant.
pub fn get(&self) -> T
[src]
Returns slot data value.
Trait Implementations
impl<T: Clone> Clone for SlotDuration<T>
[src]
impl<T: Clone> Clone for SlotDuration<T>
[src]fn clone(&self) -> SlotDuration<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> Decode for SlotDuration<T> where
T: Decode,
T: Decode,
[src]
impl<T> Decode for SlotDuration<T> where
T: Decode,
T: Decode,
[src]impl<T> Deref for SlotDuration<T>
[src]
impl<T> Deref for SlotDuration<T>
[src]impl<T> Encode for SlotDuration<T> where
T: Encode,
T: Encode,
[src]
impl<T> Encode for SlotDuration<T> where
T: Encode,
T: Encode,
[src]impl<T: Hash> Hash for SlotDuration<T>
[src]
impl<T: Hash> Hash for SlotDuration<T>
[src]impl<T: Ord> Ord for SlotDuration<T>
[src]
impl<T: Ord> Ord for SlotDuration<T>
[src]impl<T: PartialEq> PartialEq<SlotDuration<T>> for SlotDuration<T>
[src]
impl<T: PartialEq> PartialEq<SlotDuration<T>> for SlotDuration<T>
[src]fn eq(&self, other: &SlotDuration<T>) -> bool
[src]
fn ne(&self, other: &SlotDuration<T>) -> bool
[src]
impl<T: PartialOrd> PartialOrd<SlotDuration<T>> for SlotDuration<T>
[src]
impl<T: PartialOrd> PartialOrd<SlotDuration<T>> for SlotDuration<T>
[src]fn partial_cmp(&self, other: &SlotDuration<T>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<T: SlotData> SlotData for SlotDuration<T>
[src]
impl<T: SlotData> SlotData for SlotDuration<T>
[src]fn slot_duration(&self) -> u64 where
T: SlotData,
[src]
T: SlotData,
Get the slot duration in milliseconds.
const SLOT_KEY: &'static [u8]
[src]
impl<T: Copy> Copy for SlotDuration<T>
[src]
impl<T> EncodeLike<SlotDuration<T>> for SlotDuration<T> where
T: Encode,
T: Encode,
[src]
T: Encode,
T: Encode,
impl<T: Eq> Eq for SlotDuration<T>
[src]
impl<T> StructuralEq for SlotDuration<T>
[src]
impl<T> StructuralPartialEq for SlotDuration<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for SlotDuration<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for SlotDuration<T> where
T: Send,
T: Send,
impl<T> Sync for SlotDuration<T> where
T: Sync,
T: Sync,
impl<T> Unpin for SlotDuration<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for SlotDuration<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]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> DecodeLimit for T where
T: Decode,
[src]
impl<T> DecodeLimit for T where
T: Decode,
[src]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<S> Codec for S where
S: Decode + Encode,
[src]
S: Decode + Encode,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Box<T, Global>> for T where
T: Encode,
[src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: ToOwned + Encode,
[src]
T: ToOwned + Encode,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<S> FullCodec for S where
S: Decode + FullEncode,
[src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>,
[src]
S: Encode + EncodeLike<S>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeHash for T where
T: Hash,
[src]
T: Hash,
impl<T> MaybeHash for T where
T: Hash,
[src]
T: Hash,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,
impl<T> Member for T where
T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone,
[src]
T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone,