pub enum MessageIcons {
Warning,
Info,
Question,
Error,
None,
}
Expand description
Enum of message box icons (to use with MessageParams
)
Variants§
Trait Implementations§
Source§impl Clone for MessageIcons
impl Clone for MessageIcons
Source§fn clone(&self) -> MessageIcons
fn clone(&self) -> MessageIcons
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 MessageIcons
impl Debug for MessageIcons
Source§impl PartialEq for MessageIcons
impl PartialEq for MessageIcons
impl StructuralPartialEq for MessageIcons
Auto Trait Implementations§
impl Freeze for MessageIcons
impl RefUnwindSafe for MessageIcons
impl Send for MessageIcons
impl Sync for MessageIcons
impl Unpin for MessageIcons
impl UnwindSafe for MessageIcons
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