Enum minidump_processor::CallStackInfo [−][src]
pub enum CallStackInfo { Ok, MissingContext, MissingMemory, UnsupportedCpu, DumpThreadSkipped, }
Expand description
Information about the results of unwinding a thread’s stack.
Variants
Everything went great.
No MinidumpContext
was provided, couldn’t do anything.
No stack memory was provided, couldn’t unwind past the top frame.
The CPU type is unsupported.
This thread wrote the minidump, it was skipped.
Trait Implementations
impl Debug for CallStackInfo
[src]
impl Debug for CallStackInfo
[src]impl PartialEq<CallStackInfo> for CallStackInfo
[src]
impl PartialEq<CallStackInfo> for CallStackInfo
[src]impl StructuralPartialEq for CallStackInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for CallStackInfo
impl Send for CallStackInfo
impl Sync for CallStackInfo
impl Unpin for CallStackInfo
impl UnwindSafe for CallStackInfo
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]