pub enum PluginErrorSeverity {
Warning,
Error,
}Expand description
Severity of a plugin error.
Variants§
Trait Implementations§
Source§impl Clone for PluginErrorSeverity
impl Clone for PluginErrorSeverity
Source§fn clone(&self) -> PluginErrorSeverity
fn clone(&self) -> PluginErrorSeverity
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 PluginErrorSeverity
impl Debug for PluginErrorSeverity
Source§impl<'de> Deserialize<'de> for PluginErrorSeverity
impl<'de> Deserialize<'de> for PluginErrorSeverity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PluginErrorSeverity
impl PartialEq for PluginErrorSeverity
Source§impl Serialize for PluginErrorSeverity
impl Serialize for PluginErrorSeverity
impl Copy for PluginErrorSeverity
impl Eq for PluginErrorSeverity
impl StructuralPartialEq for PluginErrorSeverity
Auto Trait Implementations§
impl Freeze for PluginErrorSeverity
impl RefUnwindSafe for PluginErrorSeverity
impl Send for PluginErrorSeverity
impl Sync for PluginErrorSeverity
impl Unpin for PluginErrorSeverity
impl UnsafeUnpin for PluginErrorSeverity
impl UnwindSafe for PluginErrorSeverity
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