Enum substrate_api_client::events::RuntimeEvent [−][src]
pub enum RuntimeEvent {
System(SystemEvent),
Raw(RawEvent),
}Expand description
Top level Event that can be produced by a substrate runtime
Variants
System(SystemEvent)Raw(RawEvent)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RuntimeEventimpl Send for RuntimeEventimpl Sync for RuntimeEventimpl Unpin for RuntimeEventimpl UnwindSafe for RuntimeEventBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>, Convert from a value of T into an equivalent instance of Self. Read more
fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>, Consume self to return an equivalent value of T. Read more
The counterpart to unchecked_from.
pub fn unique_saturated_into(self) -> T
pub fn unique_saturated_into(self) -> TConsume self to return an equivalent value of T.
pub fn vzip(self) -> Vimpl<T> MaybeDebug for T where
T: Debug, impl<T> MaybeDebug for T where
T: Debug, impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,