Docs.rs
range-set-blaze-0.2.0-alpha1
range-set-blaze 0.2.0-alpha1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
CarlKCarlK
Dependencies
gen_ops ^0.4.0
normal
itertools ^0.12.0
normal
optional
num-integer ^0.1.44
normal
optional
num-traits ^0.2.15
normal
optional
syntactic-for ^0.1.1
normal
criterion ^0.5
dev
glob ^0.3.0
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.0.0
dev
rand ^0.8.4
dev
range-collections ^0.4.0
dev
range-set ^0.0.10
dev
rangemap ^1.3.0
dev
roaring ^0.10.1
dev
syntactic-for ^0.1.1
dev
thousands ^0.2.0
dev
trybuild ^1.0.53
dev
syntactic-for ^0.1.1
dev
wasm-bindgen-test ^0.3.37
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
range_set_blaze
0.2.0-alpha1
ValueOwned
Object Safety
Implementors
In crate range_set_blaze
?
Settings
Trait
range_set_blaze
::
ValueOwned
Copy item path
source
·
[
−
]
pub trait ValueOwned:
PartialEq
+
Clone
{ }
Expand description
cmk doc
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
ValueOwned
for T
where T:
PartialEq
+
Clone
,