pub struct ContinueToLocation {
pub location: Location,
pub target_call_frames: Option<ContinueToLocationTargetCallFramesOption>,
}Fields§
§location: Location§target_call_frames: Option<ContinueToLocationTargetCallFramesOption>Trait Implementations§
Source§impl Clone for ContinueToLocation
impl Clone for ContinueToLocation
Source§fn clone(&self) -> ContinueToLocation
fn clone(&self) -> ContinueToLocation
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 ContinueToLocation
impl Debug for ContinueToLocation
Source§impl<'de> Deserialize<'de> for ContinueToLocation
impl<'de> Deserialize<'de> for ContinueToLocation
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 Method for ContinueToLocation
impl Method for ContinueToLocation
const NAME: &'static str = "Debugger.continueToLocation"
type ReturnObject = ContinueToLocationReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ContinueToLocation
impl PartialEq for ContinueToLocation
Source§impl Serialize for ContinueToLocation
impl Serialize for ContinueToLocation
impl StructuralPartialEq for ContinueToLocation
Auto Trait Implementations§
impl Freeze for ContinueToLocation
impl RefUnwindSafe for ContinueToLocation
impl Send for ContinueToLocation
impl Sync for ContinueToLocation
impl Unpin for ContinueToLocation
impl UnwindSafe for ContinueToLocation
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