pub struct BuildPatternError(/* private fields */);Available on crate feature
runtime-pattern only.Expand description
Indicates that an error occurred while building a pattern at compile-time.
Trait Implementations§
Source§impl Debug for BuildPatternError
impl Debug for BuildPatternError
Source§impl Display for BuildPatternError
impl Display for BuildPatternError
Source§impl Error for BuildPatternError
impl Error for BuildPatternError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for BuildPatternError
impl RefUnwindSafe for BuildPatternError
impl Send for BuildPatternError
impl Sync for BuildPatternError
impl Unpin for BuildPatternError
impl UnsafeUnpin for BuildPatternError
impl UnwindSafe for BuildPatternError
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