pub struct SymbolResolutionKeys { /* private fields */ }Expand description
Canonical resolution keys associated with one extracted symbol index.
Implementations§
Source§impl SymbolResolutionKeys
impl SymbolResolutionKeys
Sourcepub const fn symbol_index(&self) -> usize
pub const fn symbol_index(&self) -> usize
Return the corresponding index in [SymbolGraph::symbols].
Trait Implementations§
Source§impl Clone for SymbolResolutionKeys
impl Clone for SymbolResolutionKeys
Source§fn clone(&self) -> SymbolResolutionKeys
fn clone(&self) -> SymbolResolutionKeys
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 SymbolResolutionKeys
impl Debug for SymbolResolutionKeys
Source§impl PartialEq for SymbolResolutionKeys
impl PartialEq for SymbolResolutionKeys
impl Eq for SymbolResolutionKeys
impl StructuralPartialEq for SymbolResolutionKeys
Auto Trait Implementations§
impl Freeze for SymbolResolutionKeys
impl RefUnwindSafe for SymbolResolutionKeys
impl Send for SymbolResolutionKeys
impl Sync for SymbolResolutionKeys
impl Unpin for SymbolResolutionKeys
impl UnwindSafe for SymbolResolutionKeys
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.