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.

Trait Implementations

Derived Implementations

impl Clone for NoShare

fn clone(&self) -> NoShare

fn clone_from(&mut self, source: &Self)

impl PartialEq for NoShare

fn eq(&self, __arg_0: &NoShare) -> bool

fn ne(&self, __arg_0: &NoShare) -> bool