Struct melior::dialect::ods::pdl_interp::ApplyConstraintOperationBuilder
source · pub struct ApplyConstraintOperationBuilder<'c, T0, T1, T2, T3> { /* private fields */ }
Expand description
A builder for an apply_constraint
operation.
Implementations§
source§impl<'c> ApplyConstraintOperationBuilder<'c, Unset, Unset, Unset, Unset>
impl<'c> ApplyConstraintOperationBuilder<'c, Unset, Unset, Unset, Unset>
source§impl<'c, T1, T2, T3> ApplyConstraintOperationBuilder<'c, Unset, T1, T2, T3>
impl<'c, T1, T2, T3> ApplyConstraintOperationBuilder<'c, Unset, T1, T2, T3>
pub fn args( self, args: &[Value<'c, '_>] ) -> ApplyConstraintOperationBuilder<'c, Set, T1, T2, T3>
source§impl<'c, T0, T2, T3> ApplyConstraintOperationBuilder<'c, T0, Unset, T2, T3>
impl<'c, T0, T2, T3> ApplyConstraintOperationBuilder<'c, T0, Unset, T2, T3>
pub fn true_dest( self, true_dest: &Block<'c> ) -> ApplyConstraintOperationBuilder<'c, T0, Set, T2, T3>
source§impl<'c, T0, T1, T3> ApplyConstraintOperationBuilder<'c, T0, T1, Unset, T3>
impl<'c, T0, T1, T3> ApplyConstraintOperationBuilder<'c, T0, T1, Unset, T3>
pub fn false_dest( self, false_dest: &Block<'c> ) -> ApplyConstraintOperationBuilder<'c, T0, T1, Set, T3>
source§impl<'c, T0, T1, T2> ApplyConstraintOperationBuilder<'c, T0, T1, T2, Unset>
impl<'c, T0, T1, T2> ApplyConstraintOperationBuilder<'c, T0, T1, T2, Unset>
pub fn _name( self, _name: StringAttribute<'c> ) -> ApplyConstraintOperationBuilder<'c, T0, T1, T2, Set>
source§impl<'c> ApplyConstraintOperationBuilder<'c, Set, Set, Set, Set>
impl<'c> ApplyConstraintOperationBuilder<'c, Set, Set, Set, Set>
pub fn build(self) -> ApplyConstraintOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1, T2, T3> RefUnwindSafe for ApplyConstraintOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> !Send for ApplyConstraintOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> !Sync for ApplyConstraintOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> Unpin for ApplyConstraintOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> UnwindSafe for ApplyConstraintOperationBuilder<'c, T0, T1, T2, T3>
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