pub struct TimedActivator { /* private fields */ }
Expand description
A thing that can be scheduled at an instant. Scheduling this
activator might result in an Event
.
Implementations§
Trait Implementations§
Source§impl Ord for TimedActivator
impl Ord for TimedActivator
Source§fn cmp(&self, other: &TimedActivator) -> Ordering
fn cmp(&self, other: &TimedActivator) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TimedActivator
impl PartialEq for TimedActivator
Source§impl PartialOrd for TimedActivator
impl PartialOrd for TimedActivator
impl Eq for TimedActivator
Auto Trait Implementations§
impl Freeze for TimedActivator
impl !RefUnwindSafe for TimedActivator
impl !Send for TimedActivator
impl !Sync for TimedActivator
impl Unpin for TimedActivator
impl !UnwindSafe for TimedActivator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more