pub struct StepInto {
pub break_on_async_call: Option<bool>,
pub skip_list: Option<Vec<LocationRange>>,
}Fields§
§break_on_async_call: Option<bool>§skip_list: Option<Vec<LocationRange>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for StepInto
impl<'de> Deserialize<'de> for StepInto
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 StepInto
impl Method for StepInto
const NAME: &'static str = "Debugger.stepInto"
type ReturnObject = StepIntoReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for StepInto
Auto Trait Implementations§
impl Freeze for StepInto
impl RefUnwindSafe for StepInto
impl Send for StepInto
impl Sync for StepInto
impl Unpin for StepInto
impl UnwindSafe for StepInto
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