pub struct GetStackTraceResult {
pub stack_trace: StackTrace,
}Fields§
§stack_trace: StackTraceTrait Implementations§
Source§impl Clone for GetStackTraceResult
impl Clone for GetStackTraceResult
Source§fn clone(&self) -> GetStackTraceResult
fn clone(&self) -> GetStackTraceResult
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 GetStackTraceResult
impl Debug for GetStackTraceResult
Source§impl<'de> Deserialize<'de> for GetStackTraceResult
impl<'de> Deserialize<'de> for GetStackTraceResult
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 GetStackTraceResult
impl PartialEq for GetStackTraceResult
Source§impl Serialize for GetStackTraceResult
impl Serialize for GetStackTraceResult
Source§impl TryFrom<Value> for GetStackTraceResult
impl TryFrom<Value> for GetStackTraceResult
impl StructuralPartialEq for GetStackTraceResult
Auto Trait Implementations§
impl Freeze for GetStackTraceResult
impl RefUnwindSafe for GetStackTraceResult
impl Send for GetStackTraceResult
impl Sync for GetStackTraceResult
impl Unpin for GetStackTraceResult
impl UnsafeUnpin for GetStackTraceResult
impl UnwindSafe for GetStackTraceResult
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