pub struct SkinIndex(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkinIndex
impl<'de> Deserialize<'de> for SkinIndex
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 From<&SkinIndex> for ShortIndex
impl From<&SkinIndex> for ShortIndex
Source§fn from(value: &SkinIndex) -> ShortIndex
fn from(value: &SkinIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<SkinIndex> for ShortIndex
impl From<SkinIndex> for ShortIndex
Source§fn from(value: SkinIndex) -> ShortIndex
fn from(value: SkinIndex) -> ShortIndex
Converts to this type from the input type.
impl Copy for SkinIndex
impl Eq for SkinIndex
impl StructuralPartialEq for SkinIndex
Auto Trait Implementations§
impl Freeze for SkinIndex
impl RefUnwindSafe for SkinIndex
impl Send for SkinIndex
impl Sync for SkinIndex
impl Unpin for SkinIndex
impl UnwindSafe for SkinIndex
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