#[repr(transparent)]struct ShelfIndex(u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Clone for ShelfIndex
 
impl Clone for ShelfIndex
Source§fn clone(&self) -> ShelfIndex
 
fn clone(&self) -> ShelfIndex
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 ShelfIndex
 
impl Debug for ShelfIndex
Source§impl<'de> Deserialize<'de> for ShelfIndex
 
impl<'de> Deserialize<'de> for ShelfIndex
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 ShelfIndex
 
impl PartialEq for ShelfIndex
Source§impl Serialize for ShelfIndex
 
impl Serialize for ShelfIndex
impl Copy for ShelfIndex
impl Eq for ShelfIndex
impl StructuralPartialEq for ShelfIndex
Auto Trait Implementations§
impl Freeze for ShelfIndex
impl RefUnwindSafe for ShelfIndex
impl Send for ShelfIndex
impl Sync for ShelfIndex
impl Unpin for ShelfIndex
impl UnwindSafe for ShelfIndex
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