pub struct MappedEdge {
pub source_label: String,
pub target_label: String,
}Expand description
The labels produced when a raw dependency is mapped into a domain view.
Fields§
§source_label: StringThe projected label for the dependency source.
target_label: StringThe projected label for the dependency target.
Implementations§
Trait Implementations§
Source§impl Clone for MappedEdge
impl Clone for MappedEdge
Source§fn clone(&self) -> MappedEdge
fn clone(&self) -> MappedEdge
Returns a copy 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 MappedEdge
impl Debug for MappedEdge
Source§impl Hash for MappedEdge
impl Hash for MappedEdge
Source§impl Ord for MappedEdge
impl Ord for MappedEdge
Source§fn cmp(&self, other: &MappedEdge) -> Ordering
fn cmp(&self, other: &MappedEdge) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MappedEdge
impl PartialEq for MappedEdge
Source§impl PartialOrd for MappedEdge
impl PartialOrd for MappedEdge
impl Eq for MappedEdge
impl StructuralPartialEq for MappedEdge
Auto Trait Implementations§
impl Freeze for MappedEdge
impl RefUnwindSafe for MappedEdge
impl Send for MappedEdge
impl Sync for MappedEdge
impl Unpin for MappedEdge
impl UnwindSafe for MappedEdge
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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
§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.