pub struct ExplainIndex {
pub ddoc: Option<String>,
pub name: String,
pub index_type: String,
pub def: IndexFields,
}Expand description
Description of the index used by a query.
Fields§
§ddoc: Option<String>§name: String§index_type: String§def: IndexFieldsTrait Implementations§
Source§impl Clone for ExplainIndex
impl Clone for ExplainIndex
Source§fn clone(&self) -> ExplainIndex
fn clone(&self) -> ExplainIndex
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 ExplainIndex
impl Debug for ExplainIndex
Auto Trait Implementations§
impl Freeze for ExplainIndex
impl RefUnwindSafe for ExplainIndex
impl Send for ExplainIndex
impl Sync for ExplainIndex
impl Unpin for ExplainIndex
impl UnwindSafe for ExplainIndex
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