pub struct SetExceptionBreakpointsRequest {
pub arguments: SetExceptionBreakpointsArguments,
pub command: String,
pub seq: i64,
pub type_: String,
}
Fields§
§arguments: SetExceptionBreakpointsArguments
Object containing arguments for the command.
command: String
The command to execute.
seq: i64
Sequence number.
type_: String
Message type.
Trait Implementations§
Source§impl Clone for SetExceptionBreakpointsRequest
impl Clone for SetExceptionBreakpointsRequest
Source§fn clone(&self) -> SetExceptionBreakpointsRequest
fn clone(&self) -> SetExceptionBreakpointsRequest
Returns a copy 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<'de> Deserialize<'de> for SetExceptionBreakpointsRequest
impl<'de> Deserialize<'de> for SetExceptionBreakpointsRequest
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 SetExceptionBreakpointsRequest
impl PartialEq for SetExceptionBreakpointsRequest
Source§fn eq(&self, other: &SetExceptionBreakpointsRequest) -> bool
fn eq(&self, other: &SetExceptionBreakpointsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SetExceptionBreakpointsRequest
Auto Trait Implementations§
impl Freeze for SetExceptionBreakpointsRequest
impl RefUnwindSafe for SetExceptionBreakpointsRequest
impl Send for SetExceptionBreakpointsRequest
impl Sync for SetExceptionBreakpointsRequest
impl Unpin for SetExceptionBreakpointsRequest
impl UnwindSafe for SetExceptionBreakpointsRequest
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