pub struct GroupIndex(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for GroupIndex
impl Clone for GroupIndex
Source§fn clone(&self) -> GroupIndex
fn clone(&self) -> GroupIndex
Returns a duplicate 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 GroupIndex
impl Debug for GroupIndex
Source§impl Hash for GroupIndex
impl Hash for GroupIndex
Source§impl Ord for GroupIndex
impl Ord for GroupIndex
Source§fn cmp(&self, other: &GroupIndex) -> Ordering
fn cmp(&self, other: &GroupIndex) -> 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 GroupIndex
impl PartialEq for GroupIndex
Source§impl PartialOrd for GroupIndex
impl PartialOrd for GroupIndex
impl Copy for GroupIndex
impl Eq for GroupIndex
impl StructuralPartialEq for GroupIndex
Auto Trait Implementations§
impl Freeze for GroupIndex
impl RefUnwindSafe for GroupIndex
impl Send for GroupIndex
impl Sync for GroupIndex
impl Unpin for GroupIndex
impl UnwindSafe for GroupIndex
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