Enum egui_modal::ModalButtonStyle
source · [−]pub enum ModalButtonStyle {
None,
Suggested,
Caution,
}Expand description
The different styles a modal button can take.
Variants
None
A normal egui button
Suggested
A button highlighted blue
Caution
A button highlighted red
Auto Trait Implementations
impl RefUnwindSafe for ModalButtonStyle
impl Send for ModalButtonStyle
impl Sync for ModalButtonStyle
impl Unpin for ModalButtonStyle
impl UnwindSafe for ModalButtonStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more