pub struct TerminateExecutionReturn {}Available on crate features
Runtime and experimental only.Expand description
Terminate current or next JavaScript execution. Will cancel the termination when the outer-most script execution ends.
Implementations§
Trait Implementations§
Source§impl Clone for TerminateExecutionReturn
impl Clone for TerminateExecutionReturn
Source§fn clone(&self) -> TerminateExecutionReturn
fn clone(&self) -> TerminateExecutionReturn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TerminateExecutionReturn
impl Debug for TerminateExecutionReturn
Source§impl Default for TerminateExecutionReturn
impl Default for TerminateExecutionReturn
Source§fn default() -> TerminateExecutionReturn
fn default() -> TerminateExecutionReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TerminateExecutionReturn
impl<'de> Deserialize<'de> for TerminateExecutionReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TerminateExecutionReturn
impl RefUnwindSafe for TerminateExecutionReturn
impl Send for TerminateExecutionReturn
impl Sync for TerminateExecutionReturn
impl Unpin for TerminateExecutionReturn
impl UnwindSafe for TerminateExecutionReturn
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