pub struct EdgeID(/* private fields */);Expand description
A unique identifier for an edge in a graph.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EdgeID
impl<'de> Deserialize<'de> for EdgeID
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for EdgeID
impl Ord for EdgeID
Source§impl PartialOrd for EdgeID
impl PartialOrd 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