pub enum FeedbackLevel {
Info,
Success,
Warning,
Error,
Debug,
}Expand description
Message severity
Variants§
Trait Implementations§
Source§impl Clone for FeedbackLevel
impl Clone for FeedbackLevel
Source§fn clone(&self) -> FeedbackLevel
fn clone(&self) -> FeedbackLevel
Returns a copy 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 FeedbackLevel
impl Debug for FeedbackLevel
Source§impl PartialEq for FeedbackLevel
impl PartialEq for FeedbackLevel
impl Copy for FeedbackLevel
impl Eq for FeedbackLevel
impl StructuralPartialEq for FeedbackLevel
Auto Trait Implementations§
impl Freeze for FeedbackLevel
impl RefUnwindSafe for FeedbackLevel
impl Send for FeedbackLevel
impl Sync for FeedbackLevel
impl Unpin for FeedbackLevel
impl UnwindSafe for FeedbackLevel
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