pub struct FederatedRelationEvidence {
pub worktree: Option<String>,
pub project: ProjectInstanceId,
pub generation: IndexGeneration,
pub source: GraphEntity,
pub classification: Option<ContentClassification>,
pub relation: LogicalRelation,
}Expand description
One project-qualified relation supporting an exact typed external rendezvous.
Fields§
§worktree: Option<String>Registered worktree alias when the adapter selected aliases.
project: ProjectInstanceIdParticipating project identity.
generation: IndexGenerationParticipating graph generation.
source: GraphEntityExact local source entity that emitted the relation.
classification: Option<ContentClassification>Registry-owned role of the source file, when the source is file-bearing.
relation: LogicalRelationComplete typed logical relation.
Trait Implementations§
Source§impl Clone for FederatedRelationEvidence
impl Clone for FederatedRelationEvidence
Source§fn clone(&self) -> FederatedRelationEvidence
fn clone(&self) -> FederatedRelationEvidence
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 FederatedRelationEvidence
impl Debug for FederatedRelationEvidence
impl Eq for FederatedRelationEvidence
Source§impl PartialEq for FederatedRelationEvidence
impl PartialEq for FederatedRelationEvidence
Source§fn eq(&self, other: &FederatedRelationEvidence) -> bool
fn eq(&self, other: &FederatedRelationEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FederatedRelationEvidence
Auto Trait Implementations§
impl Freeze for FederatedRelationEvidence
impl RefUnwindSafe for FederatedRelationEvidence
impl Send for FederatedRelationEvidence
impl Sync for FederatedRelationEvidence
impl Unpin for FederatedRelationEvidence
impl UnsafeUnpin for FederatedRelationEvidence
impl UnwindSafe for FederatedRelationEvidence
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.