Struct ruststep::ap203::config_control_design::Path [−][src]
pub struct Path {
pub topological_representation_item: TopologicalRepresentationItem,
pub edge_list: Vec<OrientedEdge>,
}
Fields
topological_representation_item: TopologicalRepresentationItem
edge_list: Vec<OrientedEdge>
Implementations
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
edge_list: Vec<OrientedEdge>
) -> Self
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
edge_list: Vec<OrientedEdge>
) -> Self
Constructs a new Path
.
Methods from Deref<Target = TopologicalRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Path
impl UnwindSafe for Path
Blanket Implementations
Mutably borrows from an owned value. Read more