Struct polygraph::example::tree::Tree[][src]

pub struct Tree {
    pub surname: Vec<SurnameQuery>,
    pub dog: Vec<DogQuery>,
    pub person: Vec<PersonQuery>,
    pub hash_surname: HashMap<Surname, usize>,
    pub hash_dog: HashMap<Dog, usize>,
}

Fields

surname: Vec<SurnameQuery>dog: Vec<DogQuery>person: Vec<PersonQuery>hash_surname: HashMap<Surname, usize>hash_dog: HashMap<Dog, usize>

Implementations

Create an empty #name database.

Trait Implementations

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.