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