pub struct GenericParamIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GenericParamIndex
impl Clone for GenericParamIndex
Source§fn clone(&self) -> GenericParamIndex
fn clone(&self) -> GenericParamIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GenericParamIndex
Source§impl Debug for GenericParamIndex
impl Debug for GenericParamIndex
impl Eq for GenericParamIndex
Source§impl FromByteStream for GenericParamIndex
impl FromByteStream for GenericParamIndex
Source§impl Hash for GenericParamIndex
impl Hash for GenericParamIndex
Source§impl Ord for GenericParamIndex
impl Ord for GenericParamIndex
Source§fn cmp(&self, other: &GenericParamIndex) -> Ordering
fn cmp(&self, other: &GenericParamIndex) -> Ordering
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 PartialEq for GenericParamIndex
impl PartialEq for GenericParamIndex
Source§fn eq(&self, other: &GenericParamIndex) -> bool
fn eq(&self, other: &GenericParamIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GenericParamIndex
impl PartialOrd for GenericParamIndex
impl StructuralPartialEq for GenericParamIndex
Auto Trait Implementations§
impl Freeze for GenericParamIndex
impl RefUnwindSafe for GenericParamIndex
impl Send for GenericParamIndex
impl Sync for GenericParamIndex
impl Unpin for GenericParamIndex
impl UnsafeUnpin for GenericParamIndex
impl UnwindSafe for GenericParamIndex
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