Trait bevy_ecs::schedule::SystemLabel[][src]

pub trait SystemLabel: DynHash + Debug + Send + Sync + 'static { }

Trait Implementations

impl Eq for dyn SystemLabel[src]

impl Hash for dyn SystemLabel[src]

impl PartialEq<dyn SystemLabel + 'static> for dyn SystemLabel[src]

Implementations on Foreign Types

impl SystemLabel for Cow<'static, str>[src]

impl SystemLabel for &'static str[src]

Loading content...

Implementors

Loading content...