Struct jsonpath_rust::path::config::cache::DefaultRegexCacheInst
source · pub struct DefaultRegexCacheInst { /* private fields */ }
Expand description
Default implementation for regex cache. It uses Arc and Mutex to be capable of working among the threads.
Trait Implementations§
source§impl Clone for DefaultRegexCacheInst
impl Clone for DefaultRegexCacheInst
source§fn clone(&self) -> DefaultRegexCacheInst
fn clone(&self) -> DefaultRegexCacheInst
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 Debug for DefaultRegexCacheInst
impl Debug for DefaultRegexCacheInst
source§impl Default for DefaultRegexCacheInst
impl Default for DefaultRegexCacheInst
source§fn default() -> DefaultRegexCacheInst
fn default() -> DefaultRegexCacheInst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultRegexCacheInst
impl RefUnwindSafe for DefaultRegexCacheInst
impl Send for DefaultRegexCacheInst
impl Sync for DefaultRegexCacheInst
impl Unpin for DefaultRegexCacheInst
impl UnwindSafe for DefaultRegexCacheInst
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