pub struct FederatedRelationEvidence {
pub project: ProjectInstanceId,
pub generation: IndexGeneration,
pub source: GraphEntity,
pub relation: LogicalRelation,
}Expand description
One project-qualified relation supporting an exact typed external rendezvous.
Fields§
§project: ProjectInstanceIdParticipating project identity.
generation: IndexGenerationParticipating graph generation.
source: GraphEntityExact local source entity that emitted the relation.
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 · 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
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 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.§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