pub enum ConfigSeverity {
Warning,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for ConfigSeverity
impl Clone for ConfigSeverity
Source§fn clone(&self) -> ConfigSeverity
fn clone(&self) -> ConfigSeverity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConfigSeverity
Source§impl Debug for ConfigSeverity
impl Debug for ConfigSeverity
Source§impl Display for ConfigSeverity
impl Display for ConfigSeverity
impl Eq for ConfigSeverity
Source§impl PartialEq for ConfigSeverity
impl PartialEq for ConfigSeverity
impl StructuralPartialEq for ConfigSeverity
Auto Trait Implementations§
impl Freeze for ConfigSeverity
impl RefUnwindSafe for ConfigSeverity
impl Send for ConfigSeverity
impl Sync for ConfigSeverity
impl Unpin for ConfigSeverity
impl UnsafeUnpin for ConfigSeverity
impl UnwindSafe for ConfigSeverity
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