Enum graph_types::NodeQuery
source · pub enum NodeQuery {
NodeID(usize),
}
Expand description
Represents a node in a graph
use graph_theory::GraphEngine;
Variants§
Trait Implementations§
source§impl Ord for NodeQuery
impl Ord for NodeQuery
source§impl PartialEq<NodeQuery> for NodeQuery
impl PartialEq<NodeQuery> for NodeQuery
source§impl PartialOrd<NodeQuery> for NodeQuery
impl PartialOrd<NodeQuery> for NodeQuery
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for NodeQuery
impl Eq for NodeQuery
impl StructuralEq for NodeQuery
impl StructuralPartialEq for NodeQuery
Auto Trait Implementations§
impl RefUnwindSafe for NodeQuery
impl Send for NodeQuery
impl Sync for NodeQuery
impl Unpin for NodeQuery
impl UnwindSafe for NodeQuery
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