Struct database_tree::DatabaseTree[][src]

pub struct DatabaseTree {
    pub selection: Option<usize>,
    // some fields omitted
}
Expand description

wraps DatabaseTreeItems as a datastore and adds selection functionality

Fields

selection: Option<usize>

Implementations

iterates visible elements starting from start_index_visual

Trait Implementations

Returns the “default value” for a type. 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.