Struct synctree::NodeEntry[][src]

pub struct NodeEntry<T> { /* fields omitted */ }

A node entry, stored in the NodeArena.

Currently there aren't many things you can do with it.

Trait Implementations

impl<T: Debug> Debug for NodeEntry<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Clone for NodeEntry<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for NodeEntry<T> where
    T: Send + Sync

impl<T> Sync for NodeEntry<T> where
    T: Send + Sync