Struct puffin::trace::ExecutionResult
source · pub struct ExecutionResult<PT: ProtocolTypes> {
put: String,
error: Option<String>,
execution: TraceExecution<PT>,
}
Expand description
Store the result of a trace execution for displaying or serializing
Fields§
§put: String
§error: Option<String>
§execution: TraceExecution<PT>
Implementations§
source§impl<PT: ProtocolTypes> ExecutionResult<PT>
impl<PT: ProtocolTypes> ExecutionResult<PT>
Trait Implementations§
source§impl<PT: ProtocolTypes> Display for ExecutionResult<PT>
impl<PT: ProtocolTypes> Display for ExecutionResult<PT>
source§impl<PT> Serialize for ExecutionResult<PT>where
PT: ProtocolTypes,
impl<PT> Serialize for ExecutionResult<PT>where
PT: ProtocolTypes,
Auto Trait Implementations§
impl<PT> Freeze for ExecutionResult<PT>
impl<PT> !RefUnwindSafe for ExecutionResult<PT>
impl<PT> !Send for ExecutionResult<PT>
impl<PT> !Sync for ExecutionResult<PT>
impl<PT> Unpin for ExecutionResult<PT>
impl<PT> !UnwindSafe for ExecutionResult<PT>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.