Enum win_msgbox::OkayCancel
source · pub enum OkayCancel {
Okay,
Cancel,
}Expand description
The message box contains two push buttons: OK and Cancel.
Variants§
Trait Implementations§
source§impl Clone for OkayCancel
impl Clone for OkayCancel
source§fn clone(&self) -> OkayCancel
fn clone(&self) -> OkayCancel
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 OkayCancel
impl Debug for OkayCancel
source§impl From<i32> for OkayCancel
impl From<i32> for OkayCancel
source§impl Hash for OkayCancel
impl Hash for OkayCancel
source§impl Options for OkayCancel
impl Options for OkayCancel
source§impl PartialEq for OkayCancel
impl PartialEq for OkayCancel
source§fn eq(&self, other: &OkayCancel) -> bool
fn eq(&self, other: &OkayCancel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for OkayCancel
impl Eq for OkayCancel
impl StructuralPartialEq for OkayCancel
Auto Trait Implementations§
impl RefUnwindSafe for OkayCancel
impl Send for OkayCancel
impl Sync for OkayCancel
impl Unpin for OkayCancel
impl UnwindSafe for OkayCancel
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