pub struct ResolvedDiagnosticStack {
pub stack_status: &'static str,
pub stack: String,
pub stack_truncated: bool,
}Fields§
§stack_status: &'static str§stack: String§stack_truncated: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedDiagnosticStack
impl RefUnwindSafe for ResolvedDiagnosticStack
impl Send for ResolvedDiagnosticStack
impl Sync for ResolvedDiagnosticStack
impl Unpin for ResolvedDiagnosticStack
impl UnsafeUnpin for ResolvedDiagnosticStack
impl UnwindSafe for ResolvedDiagnosticStack
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