pub struct L2QueryCache { /* private fields */ }Expand description
L2: Query result cache.
Implementations§
Trait Implementations§
Source§impl Clone for L2QueryCache
impl Clone for L2QueryCache
Source§fn clone(&self) -> L2QueryCache
fn clone(&self) -> L2QueryCache
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 moreSource§impl Debug for L2QueryCache
impl Debug for L2QueryCache
Source§impl Default for L2QueryCache
impl Default for L2QueryCache
Source§fn default() -> L2QueryCache
fn default() -> L2QueryCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for L2QueryCache
impl RefUnwindSafe for L2QueryCache
impl Send for L2QueryCache
impl Sync for L2QueryCache
impl Unpin for L2QueryCache
impl UnsafeUnpin for L2QueryCache
impl UnwindSafe for L2QueryCache
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