Struct core::kinds::marker::NoShare[src]
pub struct NoShare;
A type which is considered "not shareable", meaning that its contents are not threadsafe, hence they cannot be shared between tasks.
pub struct NoShare;
A type which is considered "not shareable", meaning that its contents are not threadsafe, hence they cannot be shared between tasks.
impl Clone for NoSharefn clone(&self) -> NoSharefn clone_from(&mut self, source: &Self)impl PartialEq for NoShare
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).