pub struct IndexLayersUsed {
pub layer_a: bool,
pub layer_b: bool,
pub layer_c: bool,
pub hot_cache: bool,
}Expand description
Which index layers were available and used during a query.
Fields§
§layer_a: bool§layer_b: bool§layer_c: bool§hot_cache: boolTrait Implementations§
Source§impl Clone for IndexLayersUsed
impl Clone for IndexLayersUsed
Source§fn clone(&self) -> IndexLayersUsed
fn clone(&self) -> IndexLayersUsed
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 IndexLayersUsed
impl Debug for IndexLayersUsed
Source§impl Default for IndexLayersUsed
impl Default for IndexLayersUsed
Source§fn default() -> IndexLayersUsed
fn default() -> IndexLayersUsed
Returns the “default value” for a type. Read more
Source§impl PartialEq for IndexLayersUsed
impl PartialEq for IndexLayersUsed
impl Copy for IndexLayersUsed
impl Eq for IndexLayersUsed
impl StructuralPartialEq for IndexLayersUsed
Auto Trait Implementations§
impl Freeze for IndexLayersUsed
impl RefUnwindSafe for IndexLayersUsed
impl Send for IndexLayersUsed
impl Sync for IndexLayersUsed
impl Unpin for IndexLayersUsed
impl UnsafeUnpin for IndexLayersUsed
impl UnwindSafe for IndexLayersUsed
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