pub struct AttributeValueIndex(pub u32);Expand description
Index of a unique attribute value.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for AttributeValueIndex
impl Clone for AttributeValueIndex
Source§fn clone(&self) -> AttributeValueIndex
fn clone(&self) -> AttributeValueIndex
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 AttributeValueIndex
Source§impl Debug for AttributeValueIndex
impl Debug for AttributeValueIndex
impl Eq for AttributeValueIndex
Source§impl From<AttributeValueIndex> for u32
impl From<AttributeValueIndex> for u32
Source§fn from(v: AttributeValueIndex) -> Self
fn from(v: AttributeValueIndex) -> Self
Converts to this type from the input type.
Source§impl From<u32> for AttributeValueIndex
impl From<u32> for AttributeValueIndex
Source§impl Hash for AttributeValueIndex
impl Hash for AttributeValueIndex
Source§impl Ord for AttributeValueIndex
impl Ord for AttributeValueIndex
Source§fn cmp(&self, other: &AttributeValueIndex) -> Ordering
fn cmp(&self, other: &AttributeValueIndex) -> 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 AttributeValueIndex
impl PartialEq for AttributeValueIndex
Source§fn eq(&self, other: &AttributeValueIndex) -> bool
fn eq(&self, other: &AttributeValueIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AttributeValueIndex
impl PartialOrd for AttributeValueIndex
impl StructuralPartialEq for AttributeValueIndex
Auto Trait Implementations§
impl Freeze for AttributeValueIndex
impl RefUnwindSafe for AttributeValueIndex
impl Send for AttributeValueIndex
impl Sync for AttributeValueIndex
impl Unpin for AttributeValueIndex
impl UnsafeUnpin for AttributeValueIndex
impl UnwindSafe for AttributeValueIndex
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