pub struct GetOperandOperationBuilder<'c, T0, O0, A0> { /* private fields */ }Expand description
A builder for a get_operand operation.
Implementations§
Source§impl<'c> GetOperandOperationBuilder<'c, Unset, Unset, Unset>
impl<'c> GetOperandOperationBuilder<'c, Unset, Unset, Unset>
Source§impl<'c, O0, A0> GetOperandOperationBuilder<'c, Unset, O0, A0>
impl<'c, O0, A0> GetOperandOperationBuilder<'c, Unset, O0, A0>
pub fn result( self, result: Type<'c>, ) -> GetOperandOperationBuilder<'c, Set, O0, A0>
Source§impl<'c, T0, A0> GetOperandOperationBuilder<'c, T0, Unset, A0>
impl<'c, T0, A0> GetOperandOperationBuilder<'c, T0, Unset, A0>
pub fn target( self, target: Value<'c, '_>, ) -> GetOperandOperationBuilder<'c, T0, Set, A0>
Source§impl<'c, T0, O0> GetOperandOperationBuilder<'c, T0, O0, Unset>
impl<'c, T0, O0> GetOperandOperationBuilder<'c, T0, O0, Unset>
pub fn raw_position_list( self, raw_position_list: Attribute<'c>, ) -> GetOperandOperationBuilder<'c, T0, O0, Set>
Source§impl<'c, T0, O0, A0> GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> GetOperandOperationBuilder<'c, T0, O0, A0>
pub fn is_inverted( self, is_inverted: Attribute<'c>, ) -> GetOperandOperationBuilder<'c, T0, O0, A0>
Source§impl<'c, T0, O0, A0> GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> GetOperandOperationBuilder<'c, T0, O0, A0>
pub fn is_all( self, is_all: Attribute<'c>, ) -> GetOperandOperationBuilder<'c, T0, O0, A0>
Source§impl<'c> GetOperandOperationBuilder<'c, Set, Set, Set>
impl<'c> GetOperandOperationBuilder<'c, Set, Set, Set>
pub fn build(self) -> GetOperandOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, A0> Freeze for GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> RefUnwindSafe for GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> !Send for GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> !Sync for GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> Unpin for GetOperandOperationBuilder<'c, T0, O0, A0>
impl<'c, T0, O0, A0> UnwindSafe for GetOperandOperationBuilder<'c, T0, O0, A0>
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