pub enum MessageSeverity {
Info,
Warn,
Error,
}Expand description
Severity for the messages presented to the Users
Variants§
Trait Implementations§
Source§impl Clone for MessageSeverity
impl Clone for MessageSeverity
Source§fn clone(&self) -> MessageSeverity
fn clone(&self) -> MessageSeverity
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 MessageSeverity
impl Debug for MessageSeverity
Source§impl Default for MessageSeverity
impl Default for MessageSeverity
Source§impl PartialEq for MessageSeverity
impl PartialEq for MessageSeverity
Source§impl ToString for MessageSeverity
impl ToString for MessageSeverity
impl StructuralPartialEq for MessageSeverity
Auto Trait Implementations§
impl Freeze for MessageSeverity
impl RefUnwindSafe for MessageSeverity
impl Send for MessageSeverity
impl Sync for MessageSeverity
impl Unpin for MessageSeverity
impl UnwindSafe for MessageSeverity
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