pub struct RelationResolutionKeys { /* private fields */ }Expand description
Canonical dependency keys associated with one extracted relation index.
Implementations§
Source§impl RelationResolutionKeys
impl RelationResolutionKeys
Sourcepub const fn relation_index(&self) -> usize
pub const fn relation_index(&self) -> usize
Return the corresponding index in [SymbolGraph::relations].
Trait Implementations§
Source§impl Clone for RelationResolutionKeys
impl Clone for RelationResolutionKeys
Source§fn clone(&self) -> RelationResolutionKeys
fn clone(&self) -> RelationResolutionKeys
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 RelationResolutionKeys
impl Debug for RelationResolutionKeys
Source§impl PartialEq for RelationResolutionKeys
impl PartialEq for RelationResolutionKeys
impl Eq for RelationResolutionKeys
impl StructuralPartialEq for RelationResolutionKeys
Auto Trait Implementations§
impl Freeze for RelationResolutionKeys
impl RefUnwindSafe for RelationResolutionKeys
impl Send for RelationResolutionKeys
impl Sync for RelationResolutionKeys
impl Unpin for RelationResolutionKeys
impl UnwindSafe for RelationResolutionKeys
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.