pub struct EdgeId { /* private fields */ }
Expand description
Identifies an edge in a graph.
This struct cannot be instantiated or modified by the client.
Implementations§
Trait Implementations§
Source§impl Ord for EdgeId
impl Ord for EdgeId
Source§impl PartialOrd for EdgeId
impl PartialOrd for EdgeId
impl Copy for EdgeId
impl Eq for EdgeId
impl StructuralPartialEq for EdgeId
Auto Trait Implementations§
impl Freeze for EdgeId
impl RefUnwindSafe for EdgeId
impl Send for EdgeId
impl Sync for EdgeId
impl Unpin for EdgeId
impl UnwindSafe for EdgeId
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