pub struct RuntimeIsErrorOperationBuilder<'c, T0, T1> { /* 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, T1> RuntimeIsErrorOperationBuilder<'c, Unset, T1>
impl<'c, T1> RuntimeIsErrorOperationBuilder<'c, Unset, T1>
pub fn is_error( self, is_error: Type<'c> ) -> RuntimeIsErrorOperationBuilder<'c, Set, T1>
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, T1> RefUnwindSafe for RuntimeIsErrorOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for RuntimeIsErrorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for RuntimeIsErrorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for RuntimeIsErrorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for RuntimeIsErrorOperationBuilder<'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