Struct melior::dialect::ods::pdl_interp::GetOperandsOperationBuilder
source · pub struct GetOperandsOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a get_operands
operation.
Implementations§
source§impl<'c> GetOperandsOperationBuilder<'c, Unset, Unset>
impl<'c> GetOperandsOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> GetOperandsOperationBuilder<'c, Unset, T1>
impl<'c, T1> GetOperandsOperationBuilder<'c, Unset, T1>
pub fn value(self, value: Type<'c>) -> GetOperandsOperationBuilder<'c, Set, T1>
source§impl<'c, T0> GetOperandsOperationBuilder<'c, T0, Unset>
impl<'c, T0> GetOperandsOperationBuilder<'c, T0, Unset>
pub fn input_op( self, input_op: Value<'c, '_> ) -> GetOperandsOperationBuilder<'c, T0, Set>
source§impl<'c, T0, T1> GetOperandsOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> GetOperandsOperationBuilder<'c, T0, T1>
pub fn index( self, index: IntegerAttribute<'c> ) -> GetOperandsOperationBuilder<'c, T0, T1>
source§impl<'c> GetOperandsOperationBuilder<'c, Set, Set>
impl<'c> GetOperandsOperationBuilder<'c, Set, Set>
pub fn build(self) -> GetOperandsOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for GetOperandsOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for GetOperandsOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for GetOperandsOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for GetOperandsOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for GetOperandsOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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