pub struct DDSkin {
pub name: String,
pub type: String,
pub hd: DDSkinHD,
pub creator: String,
pub license: String,
pub bodypart: String,
pub gameversion: String,
pub date: String,
pub skinpack: String,
pub imgtype: String,
}
Fields§
§name: String
§type: String
§hd: DDSkinHD
§creator: String
§license: String
§bodypart: String
§gameversion: String
§date: String
§skinpack: String
§imgtype: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DDSkin
impl<'de> Deserialize<'de> for DDSkin
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
impl StructuralPartialEq for DDSkin
Auto Trait Implementations§
impl Freeze for DDSkin
impl RefUnwindSafe for DDSkin
impl Send for DDSkin
impl Sync for DDSkin
impl Unpin for DDSkin
impl UnwindSafe for DDSkin
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