pub struct CompileScriptReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> CompileScriptReturnsBuilder<'a>
impl<'a> CompileScriptReturnsBuilder<'a>
Sourcepub fn exception_details(self, exception_details: ExceptionDetails<'a>) -> Self
pub fn exception_details(self, exception_details: ExceptionDetails<'a>) -> Self
Exception details.
pub fn build(self) -> CompileScriptReturns<'a>
Trait Implementations§
Source§impl<'a> Default for CompileScriptReturnsBuilder<'a>
impl<'a> Default for CompileScriptReturnsBuilder<'a>
Source§fn default() -> CompileScriptReturnsBuilder<'a>
fn default() -> CompileScriptReturnsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for CompileScriptReturnsBuilder<'a>
impl<'a> RefUnwindSafe for CompileScriptReturnsBuilder<'a>
impl<'a> Send for CompileScriptReturnsBuilder<'a>
impl<'a> Sync for CompileScriptReturnsBuilder<'a>
impl<'a> Unpin for CompileScriptReturnsBuilder<'a>
impl<'a> UnsafeUnpin for CompileScriptReturnsBuilder<'a>
impl<'a> UnwindSafe for CompileScriptReturnsBuilder<'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