#[repr(i16)]pub enum Flash {
Info = 1,
Success = 2,
Warning = 3,
Error = 4,
}
Expand description
Types of flash messages
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flash
impl RefUnwindSafe for Flash
impl Send for Flash
impl Sync for Flash
impl Unpin for Flash
impl UnwindSafe for Flash
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