Struct ruststep::ap203::config_control_design::ConnectedEdgeSet [−][src]
pub struct ConnectedEdgeSet {
pub topological_representation_item: TopologicalRepresentationItem,
pub ces_edges: Vec<EdgeAny>,
}
Fields
topological_representation_item: TopologicalRepresentationItem
ces_edges: Vec<EdgeAny>
Implementations
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
ces_edges: Vec<EdgeAny>
) -> Self
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
ces_edges: Vec<EdgeAny>
) -> Self
Constructs a new ConnectedEdgeSet
.
Methods from Deref<Target = TopologicalRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConnectedEdgeSet
impl Send for ConnectedEdgeSet
impl Sync for ConnectedEdgeSet
impl Unpin for ConnectedEdgeSet
impl UnwindSafe for ConnectedEdgeSet
Blanket Implementations
Mutably borrows from an owned value. Read more