pub enum AlertKind {
Error,
Info,
Success,
Warning,
}
Variants§
Auto Trait Implementations§
impl Freeze for AlertKind
impl RefUnwindSafe for AlertKind
impl Send for AlertKind
impl Sync for AlertKind
impl Unpin for AlertKind
impl UnwindSafe for AlertKind
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