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