Struct dot_parser::canonical::NodeSet
source · [−]Expand description
A set of Node
s.
Fields
set: HashMap<&'a str, Node<'a, A>>
The set of nodes in the NodeSet. They are indexed by their identifier. Note that this field being public is experimental.
Trait Implementations
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for NodeSet<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for NodeSet<'a, A>where
A: Send,
impl<'a, A> Sync for NodeSet<'a, A>where
A: Sync,
impl<'a, A> Unpin for NodeSet<'a, A>where
A: Unpin,
impl<'a, A> UnwindSafe for NodeSet<'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