Struct std::thread::AccessError 1.26.0[−][src]
pub struct AccessError { /* fields omitted */ }
An error returned by LocalKey::try_with
.
Trait Implementations
impl Debug for AccessError
[src]
impl Debug for AccessError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for AccessError
[src]
impl Display for AccessError
Auto Trait Implementations
impl Send for AccessError
impl Send for AccessError
impl Sync for AccessError
impl Sync for AccessError