Struct adapton::catalog::collections::trie::Meta [] [src]

pub struct Meta {
    pub min_depth: i64,
}

Metadata held by the root node.

Fields

Trait Implementations

impl Debug for Meta
[src]

Formats the value using the given formatter.

impl PartialEq for Meta
[src]

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

This method tests for !=.

impl Eq for Meta
[src]

impl Hash for Meta
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for Meta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MetaT for Meta
[src]