pub enum DriverRunnerCall<P>where
    P: Cosmos,
{ AddDriver(DriverApi<P>), GetPoint(Sender<Point>), Traverse(Traversal<UltraWave>), Handle(Traversal<UltraWave>), Item { point: Point, tx: Sender<Result<ItemSphere<P>, P::Err>>, }, OnAdded, InitItem { point: Point, rtn: Sender<Result<Status, SpaceErr>>, }, DriverRunnerRequest(DriverRunnerRequest<P>), DriverBind(Sender<ArtRef<BindConfig>>), Bind { point: Point, rtn: Sender<Result<ArtRef<BindConfig>, P::Err>>, }, }

Variants

AddDriver(DriverApi<P>)

GetPoint(Sender<Point>)

Traverse(Traversal<UltraWave>)

Handle(Traversal<UltraWave>)

Item

Fields

point: Point
tx: Sender<Result<ItemSphere<P>, P::Err>>

OnAdded

InitItem

Fields

point: Point

DriverRunnerRequest(DriverRunnerRequest<P>)

DriverBind(Sender<ArtRef<BindConfig>>)

Bind

Fields

point: Point

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Deserializes using the given deserializer
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
Give this value the specified foreground colour
Give this value the specified background colour

Returns the argument unchanged.

Wrap this object so that its Display representation is indented with the given indent. Each non-empty line of the formatted output will be prefixed with the indent. Read more
Wrap this object so that its Display representation is indented with the given indent. Each non-empty line except for the first of the formatted output will be prefixed with the indent. Read more
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.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
The type for metadata in pointers and references to Self.
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
Should always be Self
Converts the given value to a String. 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.
upcast ref
upcast mut ref
upcast boxed dyn
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