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