Struct dot_parser::canonical::EdgeSet
source · [−]Expand description
A set of Edge
s.
Fields
set: Vec<Edge<'a, A>>
Edge
s of the set.
Trait Implementations
sourceimpl<'a, A> AddAssign<EdgeSet<'a, A>> for EdgeSet<'a, A>
impl<'a, A> AddAssign<EdgeSet<'a, A>> for EdgeSet<'a, A>
sourcefn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the +=
operation. Read more
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for EdgeSet<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for EdgeSet<'a, A>where
A: Send,
impl<'a, A> Sync for EdgeSet<'a, A>where
A: Sync,
impl<'a, A> Unpin for EdgeSet<'a, A>where
A: Unpin,
impl<'a, A> UnwindSafe for EdgeSet<'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