pub struct LabeledEdge<L: Label> { /* private fields */ }
Trait Implementations§
Source§impl<L: Clone + Label> Clone for LabeledEdge<L>
impl<L: Clone + Label> Clone for LabeledEdge<L>
Source§fn clone(&self) -> LabeledEdge<L>
fn clone(&self) -> LabeledEdge<L>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<L: Label> Display for LabeledEdge<L>
impl<L: Label> Display for LabeledEdge<L>
impl<L: Eq + Label> Eq for LabeledEdge<L>
impl<L: Label> StructuralPartialEq for LabeledEdge<L>
Auto Trait Implementations§
impl<L> Freeze for LabeledEdge<L>where
L: Freeze,
impl<L> RefUnwindSafe for LabeledEdge<L>where
L: RefUnwindSafe,
impl<L> Send for LabeledEdge<L>where
L: Send,
impl<L> Sync for LabeledEdge<L>where
L: Sync,
impl<L> Unpin for LabeledEdge<L>where
L: Unpin,
impl<L> UnwindSafe for LabeledEdge<L>where
L: UnwindSafe,
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