Struct hadean_std::list::LeafIndex [] [src]

pub struct LeafIndex(_);

Methods

impl LeafIndex
[src]

fn clone_left(&mut self) -> Self

fn clone_right(&mut self) -> Self

Trait Implementations

impl PartialEq<LeafIndex> for LeafIndex
[src]

fn eq(&self, other: &Self) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for LeafIndex
[src]