pub struct TerminateExecutionCommand {}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 TerminateExecutionCommand
impl Clone for TerminateExecutionCommand
Source§fn clone(&self) -> TerminateExecutionCommand
fn clone(&self) -> TerminateExecutionCommand
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 Command for TerminateExecutionCommand
impl Command for TerminateExecutionCommand
Source§impl Debug for TerminateExecutionCommand
impl Debug for TerminateExecutionCommand
Source§impl Default for TerminateExecutionCommand
impl Default for TerminateExecutionCommand
Source§fn default() -> TerminateExecutionCommand
fn default() -> TerminateExecutionCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TerminateExecutionCommand
impl<'de> Deserialize<'de> for TerminateExecutionCommand
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 TerminateExecutionCommand
impl RefUnwindSafe for TerminateExecutionCommand
impl Send for TerminateExecutionCommand
impl Sync for TerminateExecutionCommand
impl Unpin for TerminateExecutionCommand
impl UnwindSafe for TerminateExecutionCommand
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