pub enum RangeOrdering {
Before(bool),
Intersecting(bool, bool),
After(bool),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeOrdering
impl RefUnwindSafe for RangeOrdering
impl Send for RangeOrdering
impl Sync for RangeOrdering
impl Unpin for RangeOrdering
impl UnwindSafe for RangeOrdering
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