Docs.rs
datazoo-0.7.0
datazoo 0.7.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
OR
Zlib
Links
Repository
crates.io
Source
Owners
nicopap
Dependencies
enumset ^1.1
normal
optional
smallvec ^1.11.1
normal
optional
sorted-iter ^0.1.11
normal
thiserror ^1.0.50
normal
pretty_assertions ^1.4.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
SortedByKey
datazoo
0.7.0
Sorted
ByKey
Implementations on Foreign Types
Box<I>
Cloned<I>
Copied<I>
Empty<I>
Enumerate<I>
Filter<I, P>
FlatMap<Iin, J, F>
Flatten<Iin>
Fuse<I>
Inspect<I, F>
IntoIter<K, V>
IntoIter<T>
IntoIter<T>
Iter<'a, K, V>
Iter<'a, T>
Iter<'a, T>
IterMut<'a, K, V>
Map<I, F>
Once<I>
Peekable<I>
Range<'a, K, V>
RangeMut<'a, K, V>
Skip<I>
SkipWhile<I, P>
StepBy<I>
Take<I>
TakeWhile<I, P>
Zip<I, J>
Implementors
In crate datazoo
datazoo
Trait
Sorted
ByKey
Copy item path
Source
pub trait SortedByKey { }
Expand description
marker trait for iterators that are sorted by the key of their Item
Implementations on Foreign Types
§
Source
§
impl<'a, K, V>
SortedByKey
for
Iter
<'a, K, V>
Source
§
impl<'a, K, V>
SortedByKey
for
IterMut
<'a, K, V>
Source
§
impl<'a, K, V>
SortedByKey
for
Range
<'a, K, V>
Source
§
impl<'a, K, V>
SortedByKey
for
RangeMut
<'a, K, V>
Source
§
impl<'a, T>
SortedByKey
for
Iter
<'a, T>
Source
§
impl<'a, T>
SortedByKey
for
Iter
<'a, T>
Source
§
impl<I>
SortedByKey
for
Box
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
Cloned
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
Copied
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
Enumerate
<I>
Source
§
impl<I>
SortedByKey
for
Fuse
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
Peekable
<I>
where I:
SortedByKey
+
Iterator
,
Source
§
impl<I>
SortedByKey
for
Skip
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
StepBy
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
Take
<I>
where I:
SortedByKey
,
Source
§
impl<I>
SortedByKey
for
Empty
<I>
Source
§
impl<I>
SortedByKey
for
Once
<I>
Source
§
impl<I, F>
SortedByKey
for
Inspect
<I, F>
where I:
SortedByKey
,
Source
§
impl<I, F>
SortedByKey
for
Map
<I, F>
where I:
OneOrLess
,
Source
§
impl<I, J>
SortedByKey
for
Zip
<I, J>
where I:
SortedByItem
,
Source
§
impl<I, P>
SortedByKey
for
Filter
<I, P>
where I:
SortedByKey
,
Source
§
impl<I, P>
SortedByKey
for
SkipWhile
<I, P>
where I:
SortedByKey
,
Source
§
impl<I, P>
SortedByKey
for
TakeWhile
<I, P>
where I:
SortedByKey
,
Source
§
impl<Iin, J, Iout>
SortedByKey
for
Flatten
<Iin>
where Iin:
OneOrLess
+
Iterator
<Item = J>, J:
IntoIterator
<IntoIter = Iout>, Iout:
SortedByKey
,
Source
§
impl<Iin, J, Iout, F>
SortedByKey
for
FlatMap
<Iin, J, F>
where Iin:
OneOrLess
, J:
IntoIterator
<IntoIter = Iout>, Iout:
SortedByKey
,
Source
§
impl<K, V>
SortedByKey
for
IntoIter
<K, V>
Source
§
impl<T>
SortedByKey
for
IntoIter
<T>
Source
§
impl<T>
SortedByKey
for
IntoIter
<T>
Implementors
§
Source
§
impl<I>
SortedByKey
for
Pairs
<I>
where I:
Iterator
+
SortedByItem
,
Source
§
impl<I>
SortedByKey
for
AssumeSortedByKey
<I>
where I:
Iterator
,
Source
§
impl<I, F>
SortedByKey
for
FilterMapValues
<I, F>
where I:
Iterator
,
Source
§
impl<I, F>
SortedByKey
for
MapValues
<I, F>
where I:
Iterator
,
Source
§
impl<I, J>
SortedByKey
for
Join
<I, J>
where I:
Iterator
, J:
Iterator
,
Source
§
impl<I, J>
SortedByKey
for
LeftJoin
<I, J>
where I:
Iterator
, J:
Iterator
,
Source
§
impl<I, J>
SortedByKey
for
OuterJoin
<I, J>
where I:
Iterator
, J:
Iterator
,
Source
§
impl<I, J>
SortedByKey
for
RightJoin
<I, J>
where I:
Iterator
, J:
Iterator
,
Source
§
impl<K, V>
SortedByKey
for
KeysortedIter
<'_, K, V>