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