pub enum RelationNextCall {
Files {
folder: RepositoryNodePath,
},
Summary {
file: RepositoryFilePath,
},
SymbolSlice {
symbol: SymbolSelector,
},
}Expand description
Exact existing call that can consume one resolved local target directly.
Variants§
Files
Continue folder navigation through the existing file route.
Fields
§
folder: RepositoryNodePathExact folder selector.
Summary
Inspect a file or package owner through the existing summary route.
Fields
§
file: RepositoryFilePathExact file selector.
SymbolSlice
Inspect one declaration through the existing exact slice route.
Fields
§
symbol: SymbolSelectorStable declaration selector.
Trait Implementations§
Source§impl Clone for RelationNextCall
impl Clone for RelationNextCall
Source§fn clone(&self) -> RelationNextCall
fn clone(&self) -> RelationNextCall
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 RelationNextCall
impl Debug for RelationNextCall
Source§impl PartialEq for RelationNextCall
impl PartialEq for RelationNextCall
Source§impl Serialize for RelationNextCall
impl Serialize for RelationNextCall
impl Eq for RelationNextCall
impl StructuralPartialEq for RelationNextCall
Auto Trait Implementations§
impl Freeze for RelationNextCall
impl RefUnwindSafe for RelationNextCall
impl Send for RelationNextCall
impl Sync for RelationNextCall
impl Unpin for RelationNextCall
impl UnwindSafe for RelationNextCall
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.§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
Checks if this value is equivalent to the given key. Read more