pub struct VertexID(/* private fields */);
Expand description
A unique ID for a vertex.
Trait Implementations§
Source§impl Ord for VertexID
impl Ord for VertexID
Source§impl PartialOrd for VertexID
impl PartialOrd for VertexID
impl Copy for VertexID
impl Eq for VertexID
impl StructuralPartialEq for VertexID
Auto Trait Implementations§
impl Freeze for VertexID
impl RefUnwindSafe for VertexID
impl Send for VertexID
impl Sync for VertexID
impl Unpin for VertexID
impl UnwindSafe for VertexID
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