Enum precis_core::context::ContextRuleError
source · pub enum ContextRuleError {
NotApplicable,
Undefined,
}
Expand description
Error associated to the application of any context rule.
Variants§
NotApplicable
Context rule is not applicable
Undefined
Special value used to deal with any error conditions, such as an attempt to test a character before the start of a label or after the end of a label.
Trait Implementations§
source§impl Debug for ContextRuleError
impl Debug for ContextRuleError
source§impl PartialEq for ContextRuleError
impl PartialEq for ContextRuleError
impl Eq for ContextRuleError
impl StructuralPartialEq for ContextRuleError
Auto Trait Implementations§
impl Freeze for ContextRuleError
impl RefUnwindSafe for ContextRuleError
impl Send for ContextRuleError
impl Sync for ContextRuleError
impl Unpin for ContextRuleError
impl UnwindSafe for ContextRuleError
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