Enum native_windows_gui::MessageChoice [−][src]
pub enum MessageChoice { Abort, Cancel, Continue, Ignore, No, Ok, Retry, TryAgain, Yes, }
Expand description
Return value of message
. Define the button that the user clicked. If the user
cancelled the message box by clicking on X button of the window, MessageChoice::Cancel
is returned.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageChoice
impl Send for MessageChoice
impl Sync for MessageChoice
impl Unpin for MessageChoice
impl UnwindSafe for MessageChoice
Blanket Implementations
Mutably borrows from an owned value. Read more