Struct splinter::sets::mem::DurableHashSet [−][src]
Expand description
An in-memory, DurableSet, backed by a HashSet.
This set is unbounded.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Remove an item to the set.
type Item = VReturns an iterator over the contents of the set.
Get a value based on the query item.
Returns the count of the values in the set.
Auto Trait Implementations
impl<V> RefUnwindSafe for DurableHashSet<V>impl<V> Send for DurableHashSet<V> where
V: Send, impl<V> Sync for DurableHashSet<V> where
V: Send, impl<V> Unpin for DurableHashSet<V>impl<V> UnwindSafe for DurableHashSet<V>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