pub struct PauseReturn {}Available on crate features
Debugger and Runtime only.Expand description
Stops on the next JavaScript statement.
Implementations§
Source§impl PauseReturn
impl PauseReturn
Trait Implementations§
Source§impl Clone for PauseReturn
impl Clone for PauseReturn
Source§fn clone(&self) -> PauseReturn
fn clone(&self) -> PauseReturn
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 PauseReturn
impl Debug for PauseReturn
Source§impl Default for PauseReturn
impl Default for PauseReturn
Source§fn default() -> PauseReturn
fn default() -> PauseReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PauseReturn
impl<'de> Deserialize<'de> for PauseReturn
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 PauseReturn
impl RefUnwindSafe for PauseReturn
impl Send for PauseReturn
impl Sync for PauseReturn
impl Unpin for PauseReturn
impl UnwindSafe for PauseReturn
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