pub struct SetBlackboxPatternsReturn {}Available on crate features
Debugger and Runtime and experimental only.Expand description
Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing ‘step in’ several times, finally resorting to ‘step out’ if unsuccessful.
Implementations§
Trait Implementations§
Source§impl Clone for SetBlackboxPatternsReturn
impl Clone for SetBlackboxPatternsReturn
Source§fn clone(&self) -> SetBlackboxPatternsReturn
fn clone(&self) -> SetBlackboxPatternsReturn
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 SetBlackboxPatternsReturn
impl Debug for SetBlackboxPatternsReturn
Source§impl Default for SetBlackboxPatternsReturn
impl Default for SetBlackboxPatternsReturn
Source§fn default() -> SetBlackboxPatternsReturn
fn default() -> SetBlackboxPatternsReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetBlackboxPatternsReturn
impl<'de> Deserialize<'de> for SetBlackboxPatternsReturn
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 SetBlackboxPatternsReturn
impl RefUnwindSafe for SetBlackboxPatternsReturn
impl Send for SetBlackboxPatternsReturn
impl Sync for SetBlackboxPatternsReturn
impl Unpin for SetBlackboxPatternsReturn
impl UnwindSafe for SetBlackboxPatternsReturn
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