pub struct SetPauseOnExceptionsParams<'a> { /* private fields */ }Expand description
Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions, or caught exceptions, no exceptions. Initial pause on exceptions state is ‘none’.
Implementations§
Source§impl<'a> SetPauseOnExceptionsParams<'a>
impl<'a> SetPauseOnExceptionsParams<'a>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for SetPauseOnExceptionsParams<'a>
impl<'a> CdpCommand<'a> for SetPauseOnExceptionsParams<'a>
Source§impl<'a> Clone for SetPauseOnExceptionsParams<'a>
impl<'a> Clone for SetPauseOnExceptionsParams<'a>
Source§fn clone(&self) -> SetPauseOnExceptionsParams<'a>
fn clone(&self) -> SetPauseOnExceptionsParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for SetPauseOnExceptionsParams<'a>
impl<'a> Debug for SetPauseOnExceptionsParams<'a>
Source§impl<'a> Default for SetPauseOnExceptionsParams<'a>
impl<'a> Default for SetPauseOnExceptionsParams<'a>
Source§fn default() -> SetPauseOnExceptionsParams<'a>
fn default() -> SetPauseOnExceptionsParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for SetPauseOnExceptionsParams<'a>
impl<'de, 'a> Deserialize<'de> for SetPauseOnExceptionsParams<'a>
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<'a> Freeze for SetPauseOnExceptionsParams<'a>
impl<'a> RefUnwindSafe for SetPauseOnExceptionsParams<'a>
impl<'a> Send for SetPauseOnExceptionsParams<'a>
impl<'a> Sync for SetPauseOnExceptionsParams<'a>
impl<'a> Unpin for SetPauseOnExceptionsParams<'a>
impl<'a> UnsafeUnpin for SetPauseOnExceptionsParams<'a>
impl<'a> UnwindSafe for SetPauseOnExceptionsParams<'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