pub enum IconType {
Warning,
Error,
Success,
Info,
Question,
}
Expand description
Alert icon types
Variants§
Trait Implementations§
impl StructuralPartialEq for IconType
Auto Trait Implementations§
impl Freeze for IconType
impl RefUnwindSafe for IconType
impl Send for IconType
impl Sync for IconType
impl Unpin for IconType
impl UnwindSafe for IconType
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