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

A strongly-typed label.

Trait Implementations§

§

impl Clone for Box<dyn ScheduleLabel + 'static, Global>

§

fn clone(&self) -> Box<dyn ScheduleLabel + 'static, Global>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Hash for dyn ScheduleLabel + 'static

§

fn hash<H>(&self, state: &mut H)where H: Hasher,

Feeds this value into the given Hasher. Read more
§

impl PartialEq<dyn ScheduleLabel + 'static> for dyn ScheduleLabel + 'static

§

fn eq(&self, other: &(dyn ScheduleLabel + 'static)) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for dyn ScheduleLabel + 'static

§

impl ScheduleLabel for Box<dyn ScheduleLabel + 'static, Global>

Implementations on Foreign Types§

§

impl ScheduleLabel for Box<dyn ScheduleLabel + 'static, Global>

Implementors§

§

impl ScheduleLabel for CoreSchedulewhere CoreSchedule: 'static + Send + Sync + Clone + Eq + Debug + Hash,

§

impl ScheduleLabel for ExtractSchedulewhere ExtractSchedule: 'static + Send + Sync + Clone + Eq + Debug + Hash,

§

impl<S> ScheduleLabel for OnEnter<S>where S: States, OnEnter<S>: 'static + Send + Sync + Clone + Eq + Debug + Hash,

§

impl<S> ScheduleLabel for OnExit<S>where S: States, OnExit<S>: 'static + Send + Sync + Clone + Eq + Debug + Hash,