pub struct PipeEx {
Show 13 fields pub port: Surface, pub logger: PointLogger, pub env: Env, pub reflection: Result<Reflection, UniErr>, pub pipeline: PipelineVar, pub shell_transmitter: ProtoTransmitter, pub gravity_transmitter: ProtoTransmitter, pub traversal: Traversal<DirectedWave>, pub kind: DirectedKind, pub method: Method, pub uri: Uri, pub body: Substance, pub status: u16,
}

Fields

port: Surfacelogger: PointLoggerenv: Envreflection: Result<Reflection, UniErr>pipeline: PipelineVarshell_transmitter: ProtoTransmittergravity_transmitter: ProtoTransmittertraversal: Traversal<DirectedWave>kind: DirectedKindmethod: Methoduri: Uribody: Substancestatus: u16

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Given the context attached to a nom error, and given the original input to the nom parser, extract more the useful context information. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Given the original input, as well as the context reported by nom, recreate a context in the original string where the error occurred. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more