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