Struct xylem::id::GlobalIdStore[][src]

pub struct GlobalIdStore<S: Schema, X: Identifiable<S>> { /* fields omitted */ }
Expand description

Stores the globally tracked IDs.

This is a low-level implementation. Prefer using IdArgs with track and import for a more simple and stable API.

Implementations

The actual storage.

The key is the ID path to the scope X::Scope, and the value is a list of the IDs in that scope.

The actual storage.

The key is the ID path to the scope X::Scope, and the value is a list of the IDs in that scope.

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.