pub enum MessageBoxType {
Okay,
OkayCancel,
AbortRetryIgnore,
YesNoCancel,
YesNo,
RetryCancel,
}
Expand description
Type of message box to be displayed.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MessageBoxType
impl Clone for MessageBoxType
Source§fn clone(&self) -> MessageBoxType
fn clone(&self) -> MessageBoxType
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 MessageBoxType
impl Debug for MessageBoxType
Source§impl Hash for MessageBoxType
impl Hash for MessageBoxType
Source§impl PartialEq for MessageBoxType
impl PartialEq for MessageBoxType
impl Copy for MessageBoxType
impl Eq for MessageBoxType
impl StructuralPartialEq for MessageBoxType
Auto Trait Implementations§
impl Freeze for MessageBoxType
impl RefUnwindSafe for MessageBoxType
impl Send for MessageBoxType
impl Sync for MessageBoxType
impl Unpin for MessageBoxType
impl UnwindSafe for MessageBoxType
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