Struct graph_types::PureEdge
source · pub struct PureEdge<M> { /* private fields */ }
Trait Implementations§
source§impl<M: PartialEq> PartialEq<PureEdge<M>> for PureEdge<M>
impl<M: PartialEq> PartialEq<PureEdge<M>> for PureEdge<M>
impl<M: Copy> Copy for PureEdge<M>
impl<M: Eq> Eq for PureEdge<M>
impl<M> StructuralEq for PureEdge<M>
impl<M> StructuralPartialEq for PureEdge<M>
Auto Trait Implementations§
impl<M> RefUnwindSafe for PureEdge<M>where M: RefUnwindSafe,
impl<M> Send for PureEdge<M>where M: Send,
impl<M> Sync for PureEdge<M>where M: Sync,
impl<M> Unpin for PureEdge<M>where M: Unpin,
impl<M> UnwindSafe for PureEdge<M>where M: 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