pub enum ExplainParts<'b> {
IndexId(&'b str, &'b str),
}
Expand description
API parts for the Explain API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for ExplainParts<'b>
impl<'b> Clone for ExplainParts<'b>
Source§fn clone(&self) -> ExplainParts<'b>
fn clone(&self) -> ExplainParts<'b>
Returns a copy 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<'b> Debug for ExplainParts<'b>
impl<'b> Debug for ExplainParts<'b>
Source§impl<'b> PartialEq for ExplainParts<'b>
impl<'b> PartialEq for ExplainParts<'b>
impl<'b> Eq for ExplainParts<'b>
impl<'b> StructuralPartialEq for ExplainParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for ExplainParts<'b>
impl<'b> RefUnwindSafe for ExplainParts<'b>
impl<'b> Send for ExplainParts<'b>
impl<'b> Sync for ExplainParts<'b>
impl<'b> Unpin for ExplainParts<'b>
impl<'b> UnwindSafe for ExplainParts<'b>
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