pub enum FlashKind {
Success,
Error,
}Expand description
Flash outcome. Controls the colour that tints the widget background.
Variants§
Trait Implementations§
impl Copy for FlashKind
impl Eq for FlashKind
impl StructuralPartialEq for FlashKind
Auto Trait Implementations§
impl Freeze for FlashKind
impl RefUnwindSafe for FlashKind
impl Send for FlashKind
impl Sync for FlashKind
impl Unpin for FlashKind
impl UnsafeUnpin for FlashKind
impl UnwindSafe for FlashKind
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