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