pub struct RestartFrameReturnObject {
pub call_frames: Vec<CallFrame>,
pub async_stack_trace: Option<StackTrace>,
pub async_stack_trace_id: Option<StackTraceId>,
}Fields§
§call_frames: Vec<CallFrame>§async_stack_trace: Option<StackTrace>§async_stack_trace_id: Option<StackTraceId>Trait Implementations§
Source§impl Clone for RestartFrameReturnObject
impl Clone for RestartFrameReturnObject
Source§fn clone(&self) -> RestartFrameReturnObject
fn clone(&self) -> RestartFrameReturnObject
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 RestartFrameReturnObject
impl Debug for RestartFrameReturnObject
Source§impl<'de> Deserialize<'de> for RestartFrameReturnObject
impl<'de> Deserialize<'de> for RestartFrameReturnObject
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 RestartFrameReturnObject
impl PartialEq for RestartFrameReturnObject
Source§impl Serialize for RestartFrameReturnObject
impl Serialize for RestartFrameReturnObject
impl StructuralPartialEq for RestartFrameReturnObject
Auto Trait Implementations§
impl Freeze for RestartFrameReturnObject
impl RefUnwindSafe for RestartFrameReturnObject
impl Send for RestartFrameReturnObject
impl Sync for RestartFrameReturnObject
impl Unpin for RestartFrameReturnObject
impl UnwindSafe for RestartFrameReturnObject
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