pub enum PropertyRuleIssueReason {
InvalidSyntax,
InvalidInitialValue,
InvalidInherits,
InvalidName,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for PropertyRuleIssueReason
impl AsRef<str> for PropertyRuleIssueReason
Source§impl Clone for PropertyRuleIssueReason
impl Clone for PropertyRuleIssueReason
Source§fn clone(&self) -> PropertyRuleIssueReason
fn clone(&self) -> PropertyRuleIssueReason
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 PropertyRuleIssueReason
impl Debug for PropertyRuleIssueReason
Source§impl<'de> Deserialize<'de> for PropertyRuleIssueReason
impl<'de> Deserialize<'de> for PropertyRuleIssueReason
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 FromStr for PropertyRuleIssueReason
impl FromStr for PropertyRuleIssueReason
Source§impl Hash for PropertyRuleIssueReason
impl Hash for PropertyRuleIssueReason
Source§impl PartialEq for PropertyRuleIssueReason
impl PartialEq for PropertyRuleIssueReason
Source§impl Serialize for PropertyRuleIssueReason
impl Serialize for PropertyRuleIssueReason
impl Eq for PropertyRuleIssueReason
impl StructuralPartialEq for PropertyRuleIssueReason
Auto Trait Implementations§
impl Freeze for PropertyRuleIssueReason
impl RefUnwindSafe for PropertyRuleIssueReason
impl Send for PropertyRuleIssueReason
impl Sync for PropertyRuleIssueReason
impl Unpin for PropertyRuleIssueReason
impl UnwindSafe for PropertyRuleIssueReason
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