pub struct QueryCache { /* private fields */ }Expand description
Caches parsed queries by their EDN form. Cloning shares the cache.
Implementations§
Source§impl QueryCache
impl QueryCache
Trait Implementations§
Source§impl Clone for QueryCache
impl Clone for QueryCache
Source§fn clone(&self) -> QueryCache
fn clone(&self) -> QueryCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryCache
impl Debug for QueryCache
Source§impl Default for QueryCache
impl Default for QueryCache
Source§fn default() -> QueryCache
fn default() -> QueryCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryCache
impl RefUnwindSafe for QueryCache
impl Send for QueryCache
impl Sync for QueryCache
impl Unpin for QueryCache
impl UnsafeUnpin for QueryCache
impl UnwindSafe for QueryCache
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