pub struct SetSkipAllPausesParams {
pub skip: bool,
}Expand description
Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). setSkipAllPauses
Fields§
§skip: boolNew value for skip pauses state.
Implementations§
Trait Implementations§
Source§impl Clone for SetSkipAllPausesParams
impl Clone for SetSkipAllPausesParams
Source§fn clone(&self) -> SetSkipAllPausesParams
fn clone(&self) -> SetSkipAllPausesParams
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 SetSkipAllPausesParams
impl Debug for SetSkipAllPausesParams
Source§impl<'de> Deserialize<'de> for SetSkipAllPausesParams
impl<'de> Deserialize<'de> for SetSkipAllPausesParams
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
Source§impl PartialEq for SetSkipAllPausesParams
impl PartialEq for SetSkipAllPausesParams
Source§impl Serialize for SetSkipAllPausesParams
impl Serialize for SetSkipAllPausesParams
impl StructuralPartialEq for SetSkipAllPausesParams
Auto Trait Implementations§
impl Freeze for SetSkipAllPausesParams
impl RefUnwindSafe for SetSkipAllPausesParams
impl Send for SetSkipAllPausesParams
impl Sync for SetSkipAllPausesParams
impl Unpin for SetSkipAllPausesParams
impl UnsafeUnpin for SetSkipAllPausesParams
impl UnwindSafe for SetSkipAllPausesParams
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