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 moreSource§impl Ord for ClusterID
impl Ord for ClusterID
Source§impl PartialOrd for ClusterID
impl PartialOrd for ClusterID
impl Copy for ClusterID
impl Eq 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 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