pub enum HoverFxValidationSeverity {
Error,
Warning,
}Variants§
Trait Implementations§
Source§impl Clone for HoverFxValidationSeverity
impl Clone for HoverFxValidationSeverity
Source§fn clone(&self) -> HoverFxValidationSeverity
fn clone(&self) -> HoverFxValidationSeverity
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 HoverFxValidationSeverity
Source§impl Debug for HoverFxValidationSeverity
impl Debug for HoverFxValidationSeverity
Source§impl<'de> Deserialize<'de> for HoverFxValidationSeverity
impl<'de> Deserialize<'de> for HoverFxValidationSeverity
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
impl Eq for HoverFxValidationSeverity
Source§impl PartialEq for HoverFxValidationSeverity
impl PartialEq for HoverFxValidationSeverity
Source§fn eq(&self, other: &HoverFxValidationSeverity) -> bool
fn eq(&self, other: &HoverFxValidationSeverity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HoverFxValidationSeverity
Auto Trait Implementations§
impl Freeze for HoverFxValidationSeverity
impl RefUnwindSafe for HoverFxValidationSeverity
impl Send for HoverFxValidationSeverity
impl Sync for HoverFxValidationSeverity
impl Unpin for HoverFxValidationSeverity
impl UnsafeUnpin for HoverFxValidationSeverity
impl UnwindSafe for HoverFxValidationSeverity
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