pub struct RemoveBreakpoint {
pub breakpoint_id: BreakpointId,
}Fields§
§breakpoint_id: BreakpointIdTrait Implementations§
Source§impl Clone for RemoveBreakpoint
impl Clone for RemoveBreakpoint
Source§fn clone(&self) -> RemoveBreakpoint
fn clone(&self) -> RemoveBreakpoint
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 RemoveBreakpoint
impl Debug for RemoveBreakpoint
Source§impl<'de> Deserialize<'de> for RemoveBreakpoint
impl<'de> Deserialize<'de> for RemoveBreakpoint
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 RemoveBreakpoint
impl Method for RemoveBreakpoint
const NAME: &'static str = "Debugger.removeBreakpoint"
type ReturnObject = RemoveBreakpointReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for RemoveBreakpoint
impl PartialEq for RemoveBreakpoint
Source§impl Serialize for RemoveBreakpoint
impl Serialize for RemoveBreakpoint
impl StructuralPartialEq for RemoveBreakpoint
Auto Trait Implementations§
impl Freeze for RemoveBreakpoint
impl RefUnwindSafe for RemoveBreakpoint
impl Send for RemoveBreakpoint
impl Sync for RemoveBreakpoint
impl Unpin for RemoveBreakpoint
impl UnwindSafe for RemoveBreakpoint
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