Enum pixels_graphics_lib::ui::alert::AlertResult
source · pub enum AlertResult {
Positive,
Negative,
}
Variants§
Trait Implementations§
source§impl Clone for AlertResult
impl Clone for AlertResult
source§fn clone(&self) -> AlertResult
fn clone(&self) -> AlertResult
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 AlertResult
impl Debug for AlertResult
source§impl PartialEq<AlertResult> for AlertResult
impl PartialEq<AlertResult> for AlertResult
source§fn eq(&self, other: &AlertResult) -> bool
fn eq(&self, other: &AlertResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AlertResult
impl Eq for AlertResult
impl StructuralEq for AlertResult
impl StructuralPartialEq for AlertResult
Auto Trait Implementations§
impl RefUnwindSafe for AlertResult
impl Send for AlertResult
impl Sync for AlertResult
impl Unpin for AlertResult
impl UnwindSafe for AlertResult
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.