Struct core::kinds::marker::NoSyncExperimental [-]  [+] [src]

pub struct NoSync;

A type which is considered "not sync", meaning that its contents are not threadsafe, hence they cannot be shared between tasks.

Trait Implementations

Derived Implementations

impl Ord for NoSync

fn cmp(&self, __arg_0: &NoSync) -> Ordering

impl PartialOrd for NoSync

fn partial_cmp(&self, __arg_0: &NoSync) -> Option<Ordering>

fn lt(&self, __arg_0: &NoSync) -> bool

fn le(&self, __arg_0: &NoSync) -> bool

fn gt(&self, __arg_0: &NoSync) -> bool

fn ge(&self, __arg_0: &NoSync) -> bool

impl Eq for NoSync

impl PartialEq for NoSync

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

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

impl Copy for NoSync

impl Clone for NoSync

fn clone(&self) -> NoSync

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