pub struct ClusterID(/* private fields */);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 moreimpl Copy for ClusterID
impl Eq for ClusterID
Source§impl Ord for ClusterID
impl Ord for ClusterID
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 PartialOrd for ClusterID
impl PartialOrd for ClusterID
impl StructuralPartialEq for ClusterID
Auto Trait Implementations§
impl Freeze for ClusterID
impl RefUnwindSafe for ClusterID
impl Send for ClusterID
impl Sync for ClusterID
impl Unpin for ClusterID
impl UnsafeUnpin for ClusterID
impl UnwindSafe for ClusterID
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