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