pub struct SetDomBreakpoint { /* private fields */ }Expand description
Sets breakpoint on particular operation with DOM.
Implementations§
Trait Implementations§
Source§impl Clone for SetDomBreakpoint
impl Clone for SetDomBreakpoint
Source§fn clone(&self) -> SetDomBreakpoint
fn clone(&self) -> SetDomBreakpoint
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 SetDomBreakpoint
impl Debug for SetDomBreakpoint
Auto Trait Implementations§
impl Freeze for SetDomBreakpoint
impl RefUnwindSafe for SetDomBreakpoint
impl Send for SetDomBreakpoint
impl Sync for SetDomBreakpoint
impl Unpin for SetDomBreakpoint
impl UnsafeUnpin for SetDomBreakpoint
impl UnwindSafe for SetDomBreakpoint
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