Struct splinter::sets::DurableRange[][src]

pub struct DurableRange<T> {
    pub start: Bound<T>,
    pub end: Bound<T>,
}
Expand description

A Range describing the start and end bounds for a range iterator on a DurableOrderedSet.

This struct is similar to the various implementations of the RangeBounds trait in the standard library, but is necessary for implementing the most generic set of bounds while still allowing DurableOrderedSet to be used as in a boxed-dyn context.

Fields

start: Bound<T>end: Bound<T>

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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

Performs the conversion.

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

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

Performs the conversion.

Convert self to an expression for Diesel’s query builder. Read more

Convert &self to an expression for Diesel’s query builder. Read more

Should always be Self

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.