pub struct ExecOptions<'a> { /* private fields */ }Expand description
Execute options
Implementations§
Source§impl<'a> ExecOptions<'a>
impl<'a> ExecOptions<'a>
Sourcepub const fn contexts(
&mut self,
contexts: &'a [Context],
) -> &mut ExecOptions<'a>
pub const fn contexts( &mut self, contexts: &'a [Context], ) -> &mut ExecOptions<'a>
Set contexts.
Sourcepub const fn functions(
&mut self,
functions: &'a Functions,
) -> &mut ExecOptions<'a>
pub const fn functions( &mut self, functions: &'a Functions, ) -> &mut ExecOptions<'a>
Set functions.
Auto Trait Implementations§
impl<'a> Freeze for ExecOptions<'a>
impl<'a> !RefUnwindSafe for ExecOptions<'a>
impl<'a> !Send for ExecOptions<'a>
impl<'a> !Sync for ExecOptions<'a>
impl<'a> Unpin for ExecOptions<'a>
impl<'a> !UnwindSafe for ExecOptions<'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