Enum regex_intersect::IntersectError
source · [−]pub enum IntersectError {
Parse(Error),
}
Expand description
An error in intersecting expressions
Variants
Parse(Error)
An error parsing an expression
Trait Implementations
sourceimpl Debug for IntersectError
impl Debug for IntersectError
sourceimpl Display for IntersectError
impl Display for IntersectError
sourceimpl Error for IntersectError
impl Error for IntersectError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl RefUnwindSafe for IntersectError
impl Send for IntersectError
impl Sync for IntersectError
impl Unpin for IntersectError
impl UnwindSafe for IntersectError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more