Struct splinter::sets::DurableRange [−][src]
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.
Auto Trait Implementations
impl<T> RefUnwindSafe for DurableRange<T> where
T: RefUnwindSafe, impl<T> Send for DurableRange<T> where
T: Send, impl<T> Sync for DurableRange<T> where
T: Sync, impl<T> Unpin for DurableRange<T> where
T: Unpin, impl<T> UnwindSafe for DurableRange<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Convert self to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>, Convert &self to an expression for Diesel’s query builder. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V