pub struct EdgeDataId(/* private fields */);Expand description
id in flattened all-edges array
Implementations§
Source§impl EdgeDataId
impl EdgeDataId
Trait Implementations§
Source§impl Clone for EdgeDataId
impl Clone for EdgeDataId
Source§fn clone(&self) -> EdgeDataId
fn clone(&self) -> EdgeDataId
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 EdgeDataId
impl Debug for EdgeDataId
Source§impl Ord for EdgeDataId
impl Ord for EdgeDataId
Source§fn cmp(&self, other: &EdgeDataId) -> Ordering
fn cmp(&self, other: &EdgeDataId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EdgeDataId
impl PartialEq for EdgeDataId
Source§impl PartialOrd for EdgeDataId
impl PartialOrd for EdgeDataId
impl Copy for EdgeDataId
impl Eq for EdgeDataId
impl StructuralPartialEq for EdgeDataId
Auto Trait Implementations§
impl Freeze for EdgeDataId
impl RefUnwindSafe for EdgeDataId
impl Send for EdgeDataId
impl Sync for EdgeDataId
impl Unpin for EdgeDataId
impl UnwindSafe for EdgeDataId
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