logo

Trait bevy::app::AppLabel[]

pub trait AppLabel: 'static + DynHash + Debug + Send + Sync { }
Expand description

Defines a set of strongly-typed labels for a class of objects

Trait Implementations

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Implementations on Foreign Types

Implementors