pub struct CommEdgeId(/* private fields */);Expand description
Unique identifier for a communication edge in the coherence graph.
Implementations§
Trait Implementations§
Source§impl Clone for CommEdgeId
impl Clone for CommEdgeId
Source§fn clone(&self) -> CommEdgeId
fn clone(&self) -> CommEdgeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommEdgeId
Source§impl Debug for CommEdgeId
impl Debug for CommEdgeId
impl Eq for CommEdgeId
Source§impl Hash for CommEdgeId
impl Hash for CommEdgeId
Source§impl Ord for CommEdgeId
impl Ord for CommEdgeId
Source§fn cmp(&self, other: &CommEdgeId) -> Ordering
fn cmp(&self, other: &CommEdgeId) -> Ordering
1.21.0 (const: unstable) · 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 CommEdgeId
impl PartialEq for CommEdgeId
Source§impl PartialOrd for CommEdgeId
impl PartialOrd for CommEdgeId
impl StructuralPartialEq for CommEdgeId
Auto Trait Implementations§
impl Freeze for CommEdgeId
impl RefUnwindSafe for CommEdgeId
impl Send for CommEdgeId
impl Sync for CommEdgeId
impl Unpin for CommEdgeId
impl UnsafeUnpin for CommEdgeId
impl UnwindSafe for CommEdgeId
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