Struct ExExecute
pub struct ExExecute<'a> { /* private fields */ }
Expand description
Default-param extender for Expression::execute_ex
.
Implementations§
§impl<'a> ExExecute<'a>
impl<'a> ExExecute<'a>
pub fn inputs(self, inputs: &'a Array<Variant>) -> ExExecute<'a>
pub fn base_instance( self, base_instance: impl AsObjectArg<Object>, ) -> ExExecute<'a>
pub fn show_error(self, show_error: bool) -> ExExecute<'a>
pub fn const_calls_only(self, const_calls_only: bool) -> ExExecute<'a>
pub fn done(self) -> Variant
Auto Trait Implementations§
impl<'a> Freeze for ExExecute<'a>
impl<'a> RefUnwindSafe for ExExecute<'a>
impl<'a> !Send for ExExecute<'a>
impl<'a> !Sync for ExExecute<'a>
impl<'a> Unpin for ExExecute<'a>
impl<'a> !UnwindSafe for ExExecute<'a>
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