pub struct SetBreakpointReturnObject {
pub breakpoint_id: BreakpointId,
pub actual_location: Location,
}Fields§
§breakpoint_id: BreakpointId§actual_location: LocationTrait Implementations§
Source§impl Clone for SetBreakpointReturnObject
impl Clone for SetBreakpointReturnObject
Source§fn clone(&self) -> SetBreakpointReturnObject
fn clone(&self) -> SetBreakpointReturnObject
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 SetBreakpointReturnObject
impl Debug for SetBreakpointReturnObject
Source§impl<'de> Deserialize<'de> for SetBreakpointReturnObject
impl<'de> Deserialize<'de> for SetBreakpointReturnObject
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
impl StructuralPartialEq for SetBreakpointReturnObject
Auto Trait Implementations§
impl Freeze for SetBreakpointReturnObject
impl RefUnwindSafe for SetBreakpointReturnObject
impl Send for SetBreakpointReturnObject
impl Sync for SetBreakpointReturnObject
impl Unpin for SetBreakpointReturnObject
impl UnwindSafe for SetBreakpointReturnObject
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