Struct overnet_core::NodeLinkId
source · pub struct NodeLinkId(pub u64);
Expand description
Labels a link with a node-unique identifier
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for NodeLinkId
impl Clone for NodeLinkId
source§fn clone(&self) -> NodeLinkId
fn clone(&self) -> NodeLinkId
Returns a copy 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 NodeLinkId
impl Debug for NodeLinkId
source§impl From<u64> for NodeLinkId
impl From<u64> for NodeLinkId
source§impl Hash for NodeLinkId
impl Hash for NodeLinkId
source§impl Ord for NodeLinkId
impl Ord for NodeLinkId
source§fn cmp(&self, other: &NodeLinkId) -> Ordering
fn cmp(&self, other: &NodeLinkId) -> 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 NodeLinkId
impl PartialEq for NodeLinkId
source§fn eq(&self, other: &NodeLinkId) -> bool
fn eq(&self, other: &NodeLinkId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NodeLinkId
impl PartialOrd for NodeLinkId
source§fn partial_cmp(&self, other: &NodeLinkId) -> Option<Ordering>
fn partial_cmp(&self, other: &NodeLinkId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for NodeLinkId
impl Eq for NodeLinkId
impl StructuralPartialEq for NodeLinkId
Auto Trait Implementations§
impl Freeze for NodeLinkId
impl RefUnwindSafe for NodeLinkId
impl Send for NodeLinkId
impl Sync for NodeLinkId
impl Unpin for NodeLinkId
impl UnwindSafe for NodeLinkId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)