Enum sp_rpc::tracing::TraceBlockResponse
source · pub enum TraceBlockResponse {
TraceError(TraceError),
BlockTrace(BlockTrace),
}
Expand description
Response for the state_traceBlock
RPC.
Variants§
TraceError(TraceError)
Error block tracing response
BlockTrace(BlockTrace)
Successful block tracing response
Trait Implementations§
source§impl Clone for TraceBlockResponse
impl Clone for TraceBlockResponse
source§fn clone(&self) -> TraceBlockResponse
fn clone(&self) -> TraceBlockResponse
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 Debug for TraceBlockResponse
impl Debug for TraceBlockResponse
source§impl<'de> Deserialize<'de> for TraceBlockResponse
impl<'de> Deserialize<'de> for TraceBlockResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TraceBlockResponse
impl Send for TraceBlockResponse
impl Sync for TraceBlockResponse
impl Unpin for TraceBlockResponse
impl UnwindSafe for TraceBlockResponse
Blanket Implementations§
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<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
.