Struct crossbeam::epoch::Shared [] [src]

pub struct Shared<'a, T: 'a> { /* fields omitted */ }

Like &'a T: a shared reference valid for lifetime 'a.

Methods

impl<'a, T> Shared<'a, T>
[src]

Trait Implementations

impl<'a, T: PartialEq + 'a> PartialEq for Shared<'a, T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, T: Eq + 'a> Eq for Shared<'a, T>
[src]

impl<'a, T: Debug + 'a> Debug for Shared<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T> Copy for Shared<'a, T>
[src]

impl<'a, T> Clone for Shared<'a, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, T> Deref for Shared<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value