pub struct TraceEnter<K, V, T, R, Tr, TInner> { /* private fields */ }
Expand description

Wrapper to provide trace to nested scope.

Implementations

Makes a new trace wrapper

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
The type of an immutable collection of updates.
The type used to enumerate the collections contents.
Maps some logic across the batches the collection manages. Read more
Advances the frontier of times the collection must be correctly accumulable through. Read more
Reports the frontier from which all time comparisions should be accurate. Read more
Advances the frontier that may be used in cursor_through. Read more
Reports the frontier from which the collection may be subsetted. Read more
Acquires a cursor to the restriction of the collection’s contents to updates at times not greater or equal to an element of upper. Read more
Provides a cursor over updates contained in the trace.

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

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. 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.