pub struct AnalysisOutput {
pub context_at_break: Option<VariableContext>,
}
Expand description
分析输出结果。
包含断点处的变量上下文信息,用于调试支持。
Fields§
§context_at_break: Option<VariableContext>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnalysisOutput
impl RefUnwindSafe for AnalysisOutput
impl Send for AnalysisOutput
impl Sync for AnalysisOutput
impl Unpin for AnalysisOutput
impl UnwindSafe for AnalysisOutput
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