#[repr(transparent)]struct ItemIndex(u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ItemIndex
impl<'de> Deserialize<'de> for ItemIndex
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ItemIndex
impl PartialEq for ItemIndex
impl Copy for ItemIndex
impl Eq for ItemIndex
impl StructuralPartialEq for ItemIndex
Auto Trait Implementations§
impl Freeze for ItemIndex
impl RefUnwindSafe for ItemIndex
impl Send for ItemIndex
impl Sync for ItemIndex
impl Unpin for ItemIndex
impl UnwindSafe for ItemIndex
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