pub enum ToastType {
Info,
Success,
Warning,
Error,
}Expand description
Visual style for a Toast notification.
Variants§
Trait Implementations§
impl Copy for ToastType
impl Eq for ToastType
impl StructuralPartialEq for ToastType
Auto Trait Implementations§
impl Freeze for ToastType
impl RefUnwindSafe for ToastType
impl Send for ToastType
impl Sync for ToastType
impl Unpin for ToastType
impl UnwindSafe for ToastType
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