Struct dot_parser::canonical::Node
source · [−]Expand description
A single node of the graph.
Fields
id: &'a strThe identifier of the node.
port: Option<Port<'a>>The port of the node.
attr: AList<'a, A>The attributes that apply to this node.
Trait Implementations
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for Node<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for Node<'a, A>where
A: Send,
impl<'a, A> Sync for Node<'a, A>where
A: Sync,
impl<'a, A> Unpin for Node<'a, A>where
A: Unpin,
impl<'a, A> UnwindSafe for Node<'a, A>where
A: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more