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§
Source§impl Clone for DeferredDiagnosticStack
impl Clone for DeferredDiagnosticStack
Source§fn clone(&self) -> DeferredDiagnosticStack
fn clone(&self) -> DeferredDiagnosticStack
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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