pub enum MessageBoxIcon {
Info,
Warning,
Error,
Question,
}Variants§
Trait Implementations§
Source§impl Clone for MessageBoxIcon
impl Clone for MessageBoxIcon
Source§fn clone(&self) -> MessageBoxIcon
fn clone(&self) -> MessageBoxIcon
Returns a duplicate 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 MessageBoxIcon
impl Debug for MessageBoxIcon
Source§impl PartialEq for MessageBoxIcon
impl PartialEq for MessageBoxIcon
impl Copy for MessageBoxIcon
impl StructuralPartialEq for MessageBoxIcon
Auto Trait Implementations§
impl Freeze for MessageBoxIcon
impl RefUnwindSafe for MessageBoxIcon
impl Send for MessageBoxIcon
impl Sync for MessageBoxIcon
impl Unpin for MessageBoxIcon
impl UnwindSafe for MessageBoxIcon
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