pub enum VariableDomain {
UnrestrictedDomain,
PredDomain(JboPred),
FiniteDomain(Vec<JboTerm>),
}Variants§
Trait Implementations§
Source§impl Clone for VariableDomain
impl Clone for VariableDomain
Auto Trait Implementations§
impl Freeze for VariableDomain
impl !RefUnwindSafe for VariableDomain
impl Send for VariableDomain
impl Sync for VariableDomain
impl Unpin for VariableDomain
impl UnsafeUnpin for VariableDomain
impl !UnwindSafe for VariableDomain
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