pub struct RuntimeDropRefOperationBuilder<'c, O0, A0> { /* private fields */ }Expand description
A builder for a runtime.drop_ref operation.
Implementations§
Source§impl<'c> RuntimeDropRefOperationBuilder<'c, Unset, Unset>
impl<'c> RuntimeDropRefOperationBuilder<'c, Unset, Unset>
Source§impl<'c, A0> RuntimeDropRefOperationBuilder<'c, Unset, A0>
impl<'c, A0> RuntimeDropRefOperationBuilder<'c, Unset, A0>
pub fn operand( self, operand: Value<'c, '_>, ) -> RuntimeDropRefOperationBuilder<'c, Set, A0>
Source§impl<'c, O0> RuntimeDropRefOperationBuilder<'c, O0, Unset>
impl<'c, O0> RuntimeDropRefOperationBuilder<'c, O0, Unset>
pub fn count( self, count: IntegerAttribute<'c>, ) -> RuntimeDropRefOperationBuilder<'c, O0, Set>
Source§impl<'c> RuntimeDropRefOperationBuilder<'c, Set, Set>
impl<'c> RuntimeDropRefOperationBuilder<'c, Set, Set>
pub fn build(self) -> RuntimeDropRefOperation<'c>
Auto Trait Implementations§
impl<'c, O0, A0> Freeze for RuntimeDropRefOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> RefUnwindSafe for RuntimeDropRefOperationBuilder<'c, O0, A0>where
O0: RefUnwindSafe,
A0: RefUnwindSafe,
impl<'c, O0, A0> !Send for RuntimeDropRefOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> !Sync for RuntimeDropRefOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> Unpin for RuntimeDropRefOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> UnwindSafe for RuntimeDropRefOperationBuilder<'c, O0, A0>where
O0: UnwindSafe,
A0: 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