#[repr(C)]pub enum DialogStyle {
Info = 0,
Warning = 1,
Error = 2,
Question = 3,
}
Variants§
Auto Trait Implementations§
impl Freeze for DialogStyle
impl RefUnwindSafe for DialogStyle
impl Send for DialogStyle
impl Sync for DialogStyle
impl Unpin for DialogStyle
impl UnwindSafe for DialogStyle
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