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§
impl Eq for TimedActivator
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 (const: unstable) · 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§fn eq(&self, other: &TimedActivator) -> bool
fn eq(&self, other: &TimedActivator) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TimedActivator
impl PartialOrd for TimedActivator
Auto Trait Implementations§
impl !RefUnwindSafe for TimedActivator
impl !Send for TimedActivator
impl !Sync for TimedActivator
impl !UnwindSafe for TimedActivator
impl Freeze for TimedActivator
impl Unpin for TimedActivator
impl UnsafeUnpin 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