pub struct MirIndexing {
pub kind: IndexKind,
pub plan: MirIndexPlan,
pub components: Vec<MirIndexComponent>,
pub result_context: IndexResultContext,
pub cell_expand_all: bool,
}Fields§
§kind: IndexKind§plan: MirIndexPlan§components: Vec<MirIndexComponent>§result_context: IndexResultContext§cell_expand_all: boolTrait Implementations§
Source§impl Clone for MirIndexing
impl Clone for MirIndexing
Source§fn clone(&self) -> MirIndexing
fn clone(&self) -> MirIndexing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MirIndexing
impl Debug for MirIndexing
Source§impl<'de> Deserialize<'de> for MirIndexing
impl<'de> Deserialize<'de> for MirIndexing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MirIndexing
impl PartialEq for MirIndexing
Source§fn eq(&self, other: &MirIndexing) -> bool
fn eq(&self, other: &MirIndexing) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MirIndexing
impl Serialize for MirIndexing
impl StructuralPartialEq for MirIndexing
Auto Trait Implementations§
impl Freeze for MirIndexing
impl RefUnwindSafe for MirIndexing
impl Send for MirIndexing
impl Sync for MirIndexing
impl Unpin for MirIndexing
impl UnsafeUnpin for MirIndexing
impl UnwindSafe for MirIndexing
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