pub struct IntervalResult {
pub numeric: Vec<Interval>,
pub branches: BranchConstraint,
}Expand description
Result of converting a constraint to intervals.
Fields§
§numeric: Vec<Interval>§branches: BranchConstraintImplementations§
Trait Implementations§
Source§impl Clone for IntervalResult
impl Clone for IntervalResult
Source§fn clone(&self) -> IntervalResult
fn clone(&self) -> IntervalResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IntervalResult
impl Debug for IntervalResult
Auto Trait Implementations§
impl Freeze for IntervalResult
impl RefUnwindSafe for IntervalResult
impl Send for IntervalResult
impl Sync for IntervalResult
impl Unpin for IntervalResult
impl UnwindSafe for IntervalResult
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