Struct loom::thread::LocalKey [−][src]
pub struct LocalKey<T> { /* fields omitted */ }Expand description
Mock implementation of std::thread::LocalKey.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for LocalKey<T>
impl<T> UnwindSafe for LocalKey<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more