pub struct XIntention<'a> { /* private fields */ }Implementations§
Source§impl<'a> XIntention<'a>
impl<'a> XIntention<'a>
pub fn get_expression(&self) -> &ExpressionTree
pub fn from_str_without_scope( expression: &str, set: &'a XVariableSet, ) -> Result<Self, Xcsp3Error>
pub fn new( scope: Vec<XVarVal>, set: &'a XVariableSet, tree: ExpressionTree, ) -> Self
Trait Implementations§
Source§impl Display for XIntention<'_>
impl Display for XIntention<'_>
Source§impl XConstraintTrait for XIntention<'_>
impl XConstraintTrait for XIntention<'_>
Source§fn get_scope_string(&self) -> &Vec<XVarVal>
fn get_scope_string(&self) -> &Vec<XVarVal>
get the scope string of constraint
Auto Trait Implementations§
impl<'a> Freeze for XIntention<'a>
impl<'a> !RefUnwindSafe for XIntention<'a>
impl<'a> Send for XIntention<'a>
impl<'a> Sync for XIntention<'a>
impl<'a> Unpin for XIntention<'a>
impl<'a> !UnwindSafe for XIntention<'a>
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