pub struct AssetImporterHashKey {
pub ScriptClass: String,
pub _type: Option<i32>,
}Expand description
AssetImporterHashKey is a sub class of the Unity engine since version 2017.1.0b2.
Fields§
§ScriptClass: String§_type: Option<i32>i32: (2017.1.0b2 - 2020.1.17f1)
Trait Implementations§
Source§impl Debug for AssetImporterHashKey
impl Debug for AssetImporterHashKey
Source§impl<'de> Deserialize<'de> for AssetImporterHashKey
impl<'de> Deserialize<'de> for AssetImporterHashKey
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
Auto Trait Implementations§
impl Freeze for AssetImporterHashKey
impl RefUnwindSafe for AssetImporterHashKey
impl Send for AssetImporterHashKey
impl Sync for AssetImporterHashKey
impl Unpin for AssetImporterHashKey
impl UnwindSafe for AssetImporterHashKey
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