pub enum WaitForKey {
More,
Quit,
}
Expand description
The result of a Wait for Key operation.
Variants§
Trait Implementations§
Source§impl Clone for WaitForKey
impl Clone for WaitForKey
Source§fn clone(&self) -> WaitForKey
fn clone(&self) -> WaitForKey
Returns a duplicate 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 WaitForKey
impl Debug for WaitForKey
Source§impl PartialEq for WaitForKey
impl PartialEq for WaitForKey
impl Copy for WaitForKey
impl Eq for WaitForKey
impl StructuralPartialEq for WaitForKey
Auto Trait Implementations§
impl Freeze for WaitForKey
impl RefUnwindSafe for WaitForKey
impl Send for WaitForKey
impl Sync for WaitForKey
impl Unpin for WaitForKey
impl UnwindSafe for WaitForKey
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