Struct Thread Scope Stack Binding

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

1pub struct ThreadScopeStackBinding { /* private fields */ }

Captured thread-local scope stack binding.

This preserves both the visible scope stack handle and whether it was explicitly installed on the current thread.

Trait Implementations

impl Clone for ThreadScopeStackBinding

impl Clone for ThreadScopeStackBinding

clone

fn clone(&self) -> ThreadScopeStackBinding

clone_from

fn clone_from(&mut self, source: &Self)