pub enum IntersectionType {
FullyCovered,
Disjoint,
Intersecting,
}
Expand description
See documentation for the function utils::determine_intersection
Variants§
Trait Implementations§
Source§impl Debug for IntersectionType
impl Debug for IntersectionType
Source§impl PartialEq for IntersectionType
impl PartialEq for IntersectionType
impl StructuralPartialEq for IntersectionType
Auto Trait Implementations§
impl Freeze for IntersectionType
impl RefUnwindSafe for IntersectionType
impl Send for IntersectionType
impl Sync for IntersectionType
impl Unpin for IntersectionType
impl UnwindSafe for IntersectionType
Blanket Implementations§
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