pub enum VarDomain {
Integer,
Real,
Boolean,
}Expand description
The domain of a variable.
Variants§
Trait Implementations§
impl StructuralPartialEq for VarDomain
Auto Trait Implementations§
impl Freeze for VarDomain
impl RefUnwindSafe for VarDomain
impl Send for VarDomain
impl Sync for VarDomain
impl Unpin for VarDomain
impl UnwindSafe for VarDomain
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