added basic derives to set.rs
This commit is contained in:
@@ -25,6 +25,7 @@ use crate::{
|
||||
/// See [`RangeBoundsMap`] for more details.
|
||||
///
|
||||
/// [`RangeBounds`]: https://doc.rust-lang.org/std/ops/trait.RangeBounds.html
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct RangeBoundsSet<I, K> {
|
||||
inner: RangeBoundsMap<I, K, ()>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user