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

A strongly-typed label.

Trait Implementations§

source§

impl Clone for Box<dyn ScheduleLabel>

source§

fn clone(&self) -> Self

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
source§

impl Hash for dyn ScheduleLabel

source§

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

Feeds this value into the given Hasher. Read more
source§

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

source§

fn eq(&self, other: &Self) -> 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.
source§

impl Eq for dyn ScheduleLabel

source§

impl ScheduleLabel for Box<dyn ScheduleLabel>

Implementations on Foreign Types§

source§

impl ScheduleLabel for Box<dyn ScheduleLabel>

Implementors§

source§

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

source§

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