Struct dot_writer::NodeId [−][src]
pub struct NodeId { /* fields omitted */ }Expand description
A NodeId wraps a string storing the Id of a Node
It’s designed for use with the Scope::edge function,
and for creating PortId using NodeId::port.
Implementations
Creates a PortId for refering to a port.These are specific sub parts of
a Shape::Record
or Shape::Mrecord
(for more information see “Record-based Nodes”
on the Graphviz documentation).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeIdimpl UnwindSafe for NodeIdBlanket Implementations
Mutably borrows from an owned value. Read more