Struct jsonpath_rust::path::config::JsonPathConfig
source · pub struct JsonPathConfig {
pub regex_cache: RegexCache,
}
Expand description
Configuration to adjust the jsonpath search
Fields§
§regex_cache: RegexCache
cache to provide
Implementations§
source§impl JsonPathConfig
impl JsonPathConfig
pub fn new(regex_cache: RegexCache) -> Self
Trait Implementations§
source§impl Clone for JsonPathConfig
impl Clone for JsonPathConfig
source§fn clone(&self) -> JsonPathConfig
fn clone(&self) -> JsonPathConfig
Returns a copy 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 Default for JsonPathConfig
impl Default for JsonPathConfig
source§fn default() -> JsonPathConfig
fn default() -> JsonPathConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonPathConfig
impl RefUnwindSafe for JsonPathConfig
impl Send for JsonPathConfig
impl Sync for JsonPathConfig
impl Unpin for JsonPathConfig
impl UnwindSafe for JsonPathConfig
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