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