pub enum ResetEvent {
ButtonPress(ConsumerControlButton, Phase),
AwaitPolicyResult(usize, bool),
CountdownFinished,
CountdownCancelled,
}
Variants§
ButtonPress(ConsumerControlButton, Phase)
AwaitPolicyResult(usize, bool)
CountdownFinished
CountdownCancelled
Trait Implementations§
Source§impl Clone for ResetEvent
impl Clone for ResetEvent
Source§fn clone(&self) -> ResetEvent
fn clone(&self) -> ResetEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ResetEvent
impl Debug for ResetEvent
Source§impl PartialEq for ResetEvent
impl PartialEq for ResetEvent
impl Copy for ResetEvent
impl StructuralPartialEq for ResetEvent
Auto Trait Implementations§
impl Freeze for ResetEvent
impl RefUnwindSafe for ResetEvent
impl Send for ResetEvent
impl Sync for ResetEvent
impl Unpin for ResetEvent
impl UnwindSafe for ResetEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)