Enum egui_notify::ToastLevel
source · [−]pub enum ToastLevel {
Info,
Warning,
Error,
Success,
None,
}Expand description
Level of importance
Variants
Info
Warning
Error
Success
None
Trait Implementations
sourceimpl Debug for ToastLevel
impl Debug for ToastLevel
sourceimpl Default for ToastLevel
impl Default for ToastLevel
sourceimpl PartialEq<ToastLevel> for ToastLevel
impl PartialEq<ToastLevel> for ToastLevel
sourcefn eq(&self, other: &ToastLevel) -> bool
fn eq(&self, other: &ToastLevel) -> bool
impl Eq for ToastLevel
impl StructuralEq for ToastLevel
impl StructuralPartialEq for ToastLevel
Auto Trait Implementations
impl RefUnwindSafe for ToastLevel
impl Send for ToastLevel
impl Sync for ToastLevel
impl Unpin for ToastLevel
impl UnwindSafe for ToastLevel
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