Struct select::node::Node [] [src]

pub struct Node<'a> { /* fields omitted */ }

A Node.

Methods

impl<'a> Node<'a>
[src]

Trait Implementations

impl<'a> Copy for Node<'a>
[src]

impl<'a> Clone for Node<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for Node<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for Node<'a>
[src]

Formats the value using the given formatter.

impl<'a> Serialize for Node<'a>
[src]