Struct Thread Scope Stack Binding
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
Captured thread-local scope stack binding.
This preserves both the visible scope stack handle and whether it was explicitly installed on the current thread.
Implementations
impl ThreadScopeStackBinding
impl ThreadScopeStackBinding
stack
pub fn stack(&self) -> ScopeStackHandle
Return the captured thread-local scope stack handle.
Trait Implementations
impl Clone for ThreadScopeStackBinding
impl Clone for ThreadScopeStackBinding
clone
fn clone(&self) -> ThreadScopeStackBinding
clone_from
fn clone_from(&mut self, source: &Self)