pub struct AssetImporterLog {
pub m_Logs: Vec<AssetImporter_ImportError>,
pub m_Name: String,
}Expand description
AssetImporterLog is a class of the Unity engine since version 2018.1.0b2.
Fields§
§m_Logs: Vec<AssetImporter_ImportError>§m_Name: StringTrait Implementations§
Source§impl Debug for AssetImporterLog
impl Debug for AssetImporterLog
Source§impl<'de> Deserialize<'de> for AssetImporterLog
impl<'de> Deserialize<'de> for AssetImporterLog
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 AssetImporterLog
impl RefUnwindSafe for AssetImporterLog
impl Send for AssetImporterLog
impl Sync for AssetImporterLog
impl Unpin for AssetImporterLog
impl UnwindSafe for AssetImporterLog
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