Struct dot_parser::canonical::Edge
source · [−]Expand description
A single edge of the graph.
Fields
from: &'a strThe name of the origin of the edge.
to: &'a strThe name of the destination of the edge.
attr: AList<'a, A>A list of attributes that apply to this specific edge.
Trait Implementations
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for Edge<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for Edge<'a, A>where
A: Send,
impl<'a, A> Sync for Edge<'a, A>where
A: Sync,
impl<'a, A> Unpin for Edge<'a, A>where
A: Unpin,
impl<'a, A> UnwindSafe for Edge<'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