pub struct RemoveInstrumentationBreakpointReturn {}Available on crate features
DOMDebugger and DOM and Debugger and Runtime and experimental only.Expand description
Removes breakpoint on particular native event.
Implementations§
Trait Implementations§
Source§impl Clone for RemoveInstrumentationBreakpointReturn
impl Clone for RemoveInstrumentationBreakpointReturn
Source§fn clone(&self) -> RemoveInstrumentationBreakpointReturn
fn clone(&self) -> RemoveInstrumentationBreakpointReturn
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 Default for RemoveInstrumentationBreakpointReturn
impl Default for RemoveInstrumentationBreakpointReturn
Source§fn default() -> RemoveInstrumentationBreakpointReturn
fn default() -> RemoveInstrumentationBreakpointReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveInstrumentationBreakpointReturn
impl<'de> Deserialize<'de> for RemoveInstrumentationBreakpointReturn
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 RemoveInstrumentationBreakpointReturn
impl RefUnwindSafe for RemoveInstrumentationBreakpointReturn
impl Send for RemoveInstrumentationBreakpointReturn
impl Sync for RemoveInstrumentationBreakpointReturn
impl Unpin for RemoveInstrumentationBreakpointReturn
impl UnwindSafe for RemoveInstrumentationBreakpointReturn
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