pub struct DefinitionIndex { /* private fields */ }Expand description
An index mapping definition names to their source spans.
Implementations§
Trait Implementations§
Source§impl Clone for DefinitionIndex
impl Clone for DefinitionIndex
Source§fn clone(&self) -> DefinitionIndex
fn clone(&self) -> DefinitionIndex
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 DefinitionIndex
impl Debug for DefinitionIndex
Source§impl Default for DefinitionIndex
impl Default for DefinitionIndex
Source§fn default() -> DefinitionIndex
fn default() -> DefinitionIndex
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefinitionIndex
impl RefUnwindSafe for DefinitionIndex
impl Send for DefinitionIndex
impl Sync for DefinitionIndex
impl Unpin for DefinitionIndex
impl UnsafeUnpin for DefinitionIndex
impl UnwindSafe for DefinitionIndex
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