pub struct RemoveBreakpointParams {
pub breakpoint_id: BreakpointId,
}Expand description
Removes JavaScript breakpoint. removeBreakpoint
Fields§
§breakpoint_id: BreakpointIdImplementations§
Source§impl RemoveBreakpointParams
impl RemoveBreakpointParams
pub fn new(breakpoint_id: impl Into<BreakpointId>) -> Self
Trait Implementations§
Source§impl Clone for RemoveBreakpointParams
impl Clone for RemoveBreakpointParams
Source§fn clone(&self) -> RemoveBreakpointParams
fn clone(&self) -> RemoveBreakpointParams
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 RemoveBreakpointParams
impl Debug for RemoveBreakpointParams
Source§impl<'de> Deserialize<'de> for RemoveBreakpointParams
impl<'de> Deserialize<'de> for RemoveBreakpointParams
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 RemoveBreakpointParams
impl PartialEq for RemoveBreakpointParams
Source§impl Serialize for RemoveBreakpointParams
impl Serialize for RemoveBreakpointParams
impl StructuralPartialEq for RemoveBreakpointParams
Auto Trait Implementations§
impl Freeze for RemoveBreakpointParams
impl RefUnwindSafe for RemoveBreakpointParams
impl Send for RemoveBreakpointParams
impl Sync for RemoveBreakpointParams
impl Unpin for RemoveBreakpointParams
impl UnsafeUnpin for RemoveBreakpointParams
impl UnwindSafe for RemoveBreakpointParams
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