Struct rill_protocol::pathfinder::Record[][src]

pub struct Record<T> { /* fields omitted */ }

Implementations

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

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.