Struct rill_protocol::pathfinder::Pathfinder[][src]

pub struct Pathfinder<T> { /* fields omitted */ }
Expand description

Universal storage with EntryId hierarchy.

Implementations

Methods from Deref<Target = Record<T>>

Creates nodes for the provided Path.

It returns empty record if value is not exists and you have to use set_link method to assign a value to it.

Tries to find a Record for the Path, but it it’s not exists than it returned the last record in a chain and the remained (unprocessed) Path.

Returns the Record for the Path or None if the Record not exists for the path.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

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.