Enum win_msgbox::RetryCancel
source · pub enum RetryCancel {
Retry,
Cancel,
}Expand description
The message box contains two push buttons: Retry and Cancel.
Variants§
Trait Implementations§
source§impl Clone for RetryCancel
impl Clone for RetryCancel
source§fn clone(&self) -> RetryCancel
fn clone(&self) -> RetryCancel
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 RetryCancel
impl Debug for RetryCancel
source§impl From<i32> for RetryCancel
impl From<i32> for RetryCancel
source§fn from(value: MESSAGEBOX_RESULT) -> Self
fn from(value: MESSAGEBOX_RESULT) -> Self
Converts to this type from the input type.
source§impl Hash for RetryCancel
impl Hash for RetryCancel
source§impl Options for RetryCancel
impl Options for RetryCancel
source§fn flags() -> MESSAGEBOX_STYLE
fn flags() -> MESSAGEBOX_STYLE
The flags this option requires to be shown.
source§impl PartialEq<RetryCancel> for RetryCancel
impl PartialEq<RetryCancel> for RetryCancel
source§fn eq(&self, other: &RetryCancel) -> bool
fn eq(&self, other: &RetryCancel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.