pub struct PortId { /* private fields */ }Expand description
A PortId wraps a string referning to the nnode id and port of a specifc record
or Mrecord node (for more information see “Record-based Nodes”
in the Graphviz documentation).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortId
impl RefUnwindSafe for PortId
impl Send for PortId
impl Sync for PortId
impl Unpin for PortId
impl UnwindSafe for PortId
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