Struct pagecache::ds::stack::Node [] [src]

pub struct Node<T: Send + 'static> { /* fields omitted */ }

A node in the lock-free Stack.

Trait Implementations

impl<T: Debug + Send + 'static> Debug for Node<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Send + 'static> Drop for Node<T>
[src]

[src]

Executes the destructor for this type. Read more

impl<T: Send + 'static> Deref for Node<T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.