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