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, value: Array<Variant>) -> ExExecute<'a>
pub fn base_instance(self, value: impl AsObjectArg<Object>) -> ExExecute<'a>
pub fn show_error(self, value: bool) -> ExExecute<'a>
pub fn const_calls_only(self, value: 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