Struct jsonpath_rust::path::config::cache::RegexCacheError
source · pub struct RegexCacheError {
pub reason: String,
}
Fields§
§reason: String
Implementations§
Trait Implementations§
source§impl From<Error> for RegexCacheError
impl From<Error> for RegexCacheError
source§impl<T> From<PoisonError<T>> for RegexCacheError
impl<T> From<PoisonError<T>> for RegexCacheError
source§fn from(value: PoisonError<T>) -> Self
fn from(value: PoisonError<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RegexCacheError
impl RefUnwindSafe for RegexCacheError
impl Send for RegexCacheError
impl Sync for RegexCacheError
impl Unpin for RegexCacheError
impl UnwindSafe for RegexCacheError
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