pub struct BreakpointLocationsResponse {
pub breakpoints: Vec<BreakpointLocation>,
}Fields§
§breakpoints: Vec<BreakpointLocation>Sorted set of possible breakpoint locations.
Trait Implementations§
Source§impl Clone for BreakpointLocationsResponse
impl Clone for BreakpointLocationsResponse
Source§fn clone(&self) -> BreakpointLocationsResponse
fn clone(&self) -> BreakpointLocationsResponse
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 BreakpointLocationsResponse
impl Debug for BreakpointLocationsResponse
Source§impl Default for BreakpointLocationsResponse
impl Default for BreakpointLocationsResponse
Source§fn default() -> BreakpointLocationsResponse
fn default() -> BreakpointLocationsResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BreakpointLocationsResponse
impl RefUnwindSafe for BreakpointLocationsResponse
impl Send for BreakpointLocationsResponse
impl Sync for BreakpointLocationsResponse
impl Unpin for BreakpointLocationsResponse
impl UnsafeUnpin for BreakpointLocationsResponse
impl UnwindSafe for BreakpointLocationsResponse
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