pub enum EventAlertType {
Info,
Warning,
Error,
Success,
}Expand description
Represents alert types for an event.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EventAlertType
impl Clone for EventAlertType
Source§fn clone(&self) -> EventAlertType
fn clone(&self) -> EventAlertType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventAlertType
impl Debug for EventAlertType
Source§impl Default for EventAlertType
impl Default for EventAlertType
Source§fn default() -> EventAlertType
fn default() -> EventAlertType
Returns the “default value” for a type. Read more
Source§impl PartialEq for EventAlertType
impl PartialEq for EventAlertType
impl Copy for EventAlertType
impl Eq for EventAlertType
impl StructuralPartialEq for EventAlertType
Auto Trait Implementations§
impl Freeze for EventAlertType
impl RefUnwindSafe for EventAlertType
impl Send for EventAlertType
impl Sync for EventAlertType
impl Unpin for EventAlertType
impl UnwindSafe for EventAlertType
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