pub struct SetBreakpointsRequest {
pub arguments: SetBreakpointsArguments,
pub command: String,
pub seq: i64,
pub type_: String,
}Fields§
§arguments: SetBreakpointsArgumentsObject containing arguments for the command.
command: StringThe command to execute.
seq: i64Sequence number.
type_: StringMessage type.
Trait Implementations§
Source§impl Clone for SetBreakpointsRequest
impl Clone for SetBreakpointsRequest
Source§fn clone(&self) -> SetBreakpointsRequest
fn clone(&self) -> SetBreakpointsRequest
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 SetBreakpointsRequest
impl Debug for SetBreakpointsRequest
Source§impl<'de> Deserialize<'de> for SetBreakpointsRequest
impl<'de> Deserialize<'de> for SetBreakpointsRequest
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 SetBreakpointsRequest
impl PartialEq for SetBreakpointsRequest
Source§impl Serialize for SetBreakpointsRequest
impl Serialize for SetBreakpointsRequest
impl StructuralPartialEq for SetBreakpointsRequest
Auto Trait Implementations§
impl Freeze for SetBreakpointsRequest
impl RefUnwindSafe for SetBreakpointsRequest
impl Send for SetBreakpointsRequest
impl Sync for SetBreakpointsRequest
impl Unpin for SetBreakpointsRequest
impl UnwindSafe for SetBreakpointsRequest
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