pub struct SetDOMBreakpoint {
pub node_id: NodeId,
pub type: DomBreakpointType,
}Fields§
§node_id: NodeId§type: DomBreakpointTypeTrait 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
Source§impl<'de> Deserialize<'de> for SetDOMBreakpoint
impl<'de> Deserialize<'de> for SetDOMBreakpoint
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 Method for SetDOMBreakpoint
impl Method for SetDOMBreakpoint
const NAME: &'static str = "DOMDebugger.setDOMBreakpoint"
type ReturnObject = SetDOMBreakpointReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetDOMBreakpoint
impl PartialEq for SetDOMBreakpoint
Source§impl Serialize for SetDOMBreakpoint
impl Serialize for SetDOMBreakpoint
impl StructuralPartialEq 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 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