Enum range_union_find::ContainedType [−][src]
pub enum ContainedType {
Exterior,
Start,
Interior,
End,
}Expand description
Enum describing what location an element has in a range.
Variants
Element is outside a range.
Element is at the beginning of a range.
Element is in the middle of a range.
Element is at the end of a range.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContainedTypeimpl Send for ContainedTypeimpl Sync for ContainedTypeimpl Unpin for ContainedTypeimpl UnwindSafe for ContainedTypeBlanket Implementations
Mutably borrows from an owned value. Read more