pub struct ClusterID(_);Implementations§
Trait Implementations§
source§impl<I: Into<u32>> AddAssign<I> for ClusterID
impl<I: Into<u32>> AddAssign<I> for ClusterID
source§fn add_assign(&mut self, rhs: I)
fn add_assign(&mut self, rhs: I)
Performs the
+= operation. Read moresource§impl Ord for ClusterID
impl Ord for ClusterID
source§impl PartialEq<ClusterID> for ClusterID
impl PartialEq<ClusterID> for ClusterID
source§impl PartialOrd<ClusterID> for ClusterID
impl PartialOrd<ClusterID> for ClusterID
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 more