pub struct DeferredDiagnosticStack(/* private fields */);Expand description
Compatibility handle. No issuer in this release: native stacks are deferred.
Implementations§
Source§impl DeferredDiagnosticStack
impl DeferredDiagnosticStack
Sourcepub fn resolve_on_output_worker(&self) -> ResolvedDiagnosticStack
pub fn resolve_on_output_worker(&self) -> ResolvedDiagnosticStack
Compatibility projection only; never captures or resolves native frames.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeferredDiagnosticStack
impl RefUnwindSafe for DeferredDiagnosticStack
impl Send for DeferredDiagnosticStack
impl Sync for DeferredDiagnosticStack
impl Unpin for DeferredDiagnosticStack
impl UnsafeUnpin for DeferredDiagnosticStack
impl UnwindSafe for DeferredDiagnosticStack
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