pub enum RegionKey {
Label {
name: String,
value: i32,
},
CellType(CellType),
}Expand description
Region selector for discretization metadata.
Variants§
Label
Match points tagged by a label name/value pair.
CellType(CellType)
Match points with a specific cell type.
Implementations§
Trait Implementations§
impl Eq for RegionKey
impl StructuralPartialEq for RegionKey
Auto Trait Implementations§
impl Freeze for RegionKey
impl RefUnwindSafe for RegionKey
impl Send for RegionKey
impl Sync for RegionKey
impl Unpin for RegionKey
impl UnsafeUnpin for RegionKey
impl UnwindSafe for RegionKey
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more