pub struct QueryCacheEntry {
pub result: QueryResult,
}Expand description
Cache entry containing query results
Fields§
§result: QueryResultTrait Implementations§
Source§impl Clone for QueryCacheEntry
impl Clone for QueryCacheEntry
Source§fn clone(&self) -> QueryCacheEntry
fn clone(&self) -> QueryCacheEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for QueryCacheEntry
impl RefUnwindSafe for QueryCacheEntry
impl Send for QueryCacheEntry
impl Sync for QueryCacheEntry
impl Unpin for QueryCacheEntry
impl UnwindSafe for QueryCacheEntry
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