pub struct HyperedgeId(pub Uuid);Expand description
Hyperedge identifier
Tuple Fields§
§0: UuidImplementations§
Source§impl HyperedgeId
impl HyperedgeId
Trait Implementations§
Source§impl Clone for HyperedgeId
impl Clone for HyperedgeId
Source§fn clone(&self) -> HyperedgeId
fn clone(&self) -> HyperedgeId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HyperedgeId
impl Debug for HyperedgeId
Source§impl Default for HyperedgeId
impl Default for HyperedgeId
Source§impl<'de> Deserialize<'de> for HyperedgeId
impl<'de> Deserialize<'de> for HyperedgeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HyperedgeId
impl Hash for HyperedgeId
Source§impl PartialEq for HyperedgeId
impl PartialEq for HyperedgeId
Source§impl Serialize for HyperedgeId
impl Serialize for HyperedgeId
impl Copy for HyperedgeId
impl Eq for HyperedgeId
impl StructuralPartialEq for HyperedgeId
Auto Trait Implementations§
impl Freeze for HyperedgeId
impl RefUnwindSafe for HyperedgeId
impl Send for HyperedgeId
impl Sync for HyperedgeId
impl Unpin for HyperedgeId
impl UnwindSafe for HyperedgeId
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