Struct iodyn::raz_meta::Names [] [src]

pub struct Names(pub HashMap<Name, ()>);

Metadata for names in a raz tree.

Hash is implemented by a no-op, since the data here can be found elsewhere in the tree. This is not intended to be used outside of a raz.

Trait Implementations

impl Clone for Names
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Names
[src]

impl PartialEq for Names
[src]

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

This method tests for !=.

impl Debug for Names
[src]

Formats the value using the given formatter.

impl Hash for Names
[src]

does nothing

Feeds a slice of this type into the given [Hasher]. Read more

impl<E> RazMeta<E> for Names
[src]

create meta data for an empty branch Read more

create meta data from a leaf vec Read more

create meta data from the pair of meta data in branches Read more

choose a branch and create an adjusted index for that branch

Panics

Panics if a name is given as index