pub enum SwrlSeverity {
Error,
Warning,
Info,
}Variants§
Trait Implementations§
Source§impl Clone for SwrlSeverity
impl Clone for SwrlSeverity
Source§fn clone(&self) -> SwrlSeverity
fn clone(&self) -> SwrlSeverity
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 moreSource§impl Debug for SwrlSeverity
impl Debug for SwrlSeverity
Source§impl<'de> Deserialize<'de> for SwrlSeverity
impl<'de> Deserialize<'de> for SwrlSeverity
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 SwrlSeverity
Source§impl PartialEq for SwrlSeverity
impl PartialEq for SwrlSeverity
Source§impl Serialize for SwrlSeverity
impl Serialize for SwrlSeverity
impl StructuralPartialEq for SwrlSeverity
Auto Trait Implementations§
impl Freeze for SwrlSeverity
impl RefUnwindSafe for SwrlSeverity
impl Send for SwrlSeverity
impl Sync for SwrlSeverity
impl Unpin for SwrlSeverity
impl UnsafeUnpin for SwrlSeverity
impl UnwindSafe for SwrlSeverity
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