pub struct GraphDependency {
pub node: GraphNode,
pub data: GraphEdgeData,
}Fields§
§node: GraphNode§data: GraphEdgeDataTrait Implementations§
Source§impl Clone for GraphDependency
impl Clone for GraphDependency
Source§fn clone(&self) -> GraphDependency
fn clone(&self) -> GraphDependency
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 GraphDependency
impl Debug for GraphDependency
impl Eq for GraphDependency
Source§impl Hash for GraphDependency
impl Hash for GraphDependency
Source§impl PartialEq for GraphDependency
impl PartialEq for GraphDependency
Source§fn eq(&self, other: &GraphDependency) -> bool
fn eq(&self, other: &GraphDependency) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphDependency
Auto Trait Implementations§
impl !Send for GraphDependency
impl !Sync for GraphDependency
impl Freeze for GraphDependency
impl RefUnwindSafe for GraphDependency
impl Unpin for GraphDependency
impl UnsafeUnpin for GraphDependency
impl UnwindSafe for GraphDependency
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