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