pub struct RemoveBreakpointParams {
pub breakpointId: BreakpointId,
}Expand description
Removes JavaScript breakpoint.
Fields§
§breakpointId: BreakpointIdTrait 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 Default for RemoveBreakpointParams
impl Default for RemoveBreakpointParams
Source§fn default() -> RemoveBreakpointParams
fn default() -> RemoveBreakpointParams
Returns the “default value” for a type. Read more
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
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