Struct funk::thread::__FastLocalKeyInner [] [src]

pub struct __FastLocalKeyInner<T> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (thread_local_internals)

Methods

impl<T> Key<T>
[src]

[src]

🔬 This is a nightly-only experimental API. (thread_local_internals)

[src]

🔬 This is a nightly-only experimental API. (thread_local_internals)

Trait Implementations

impl<T> Debug for Key<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Key<T> where
    T: Send

impl<T> !Sync for Key<T>