Struct oscoin::thread::__OsLocalKeyInner [] [src]

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

Methods

impl<T> Key<T> where
    T: 'static, 
[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> Sync for Key<T>
[src]

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