pub struct SetBreakpointByUrlReturnObject {
pub breakpoint_id: BreakpointId,
pub locations: Vec<Location>,
}Fields§
§breakpoint_id: BreakpointId§locations: Vec<Location>Trait Implementations§
Source§impl Clone for SetBreakpointByUrlReturnObject
impl Clone for SetBreakpointByUrlReturnObject
Source§fn clone(&self) -> SetBreakpointByUrlReturnObject
fn clone(&self) -> SetBreakpointByUrlReturnObject
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 SetBreakpointByUrlReturnObject
impl<'de> Deserialize<'de> for SetBreakpointByUrlReturnObject
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 SetBreakpointByUrlReturnObject
impl PartialEq for SetBreakpointByUrlReturnObject
Source§fn eq(&self, other: &SetBreakpointByUrlReturnObject) -> bool
fn eq(&self, other: &SetBreakpointByUrlReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetBreakpointByUrlReturnObject
Auto Trait Implementations§
impl Freeze for SetBreakpointByUrlReturnObject
impl RefUnwindSafe for SetBreakpointByUrlReturnObject
impl Send for SetBreakpointByUrlReturnObject
impl Sync for SetBreakpointByUrlReturnObject
impl Unpin for SetBreakpointByUrlReturnObject
impl UnwindSafe for SetBreakpointByUrlReturnObject
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