pub struct ImportLog_ImportLogEntry {
pub file: String,
pub line: i32,
pub message: String,
pub mode: i32,
pub object: PPtr,
}Expand description
ImportLog_ImportLogEntry is a sub class of the Unity engine since version 2022.2.0b1.
Fields§
§file: String§line: i32§message: String§mode: i32§object: PPtrPPtr<[Object]>: (2022.2.0b1 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for ImportLog_ImportLogEntry
impl Debug for ImportLog_ImportLogEntry
Source§impl<'de> Deserialize<'de> for ImportLog_ImportLogEntry
impl<'de> Deserialize<'de> for ImportLog_ImportLogEntry
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ImportLog_ImportLogEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ImportLog_ImportLogEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ImportLog_ImportLogEntry
impl Serialize for ImportLog_ImportLogEntry
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ImportLog_ImportLogEntry
impl RefUnwindSafe for ImportLog_ImportLogEntry
impl Send for ImportLog_ImportLogEntry
impl Sync for ImportLog_ImportLogEntry
impl Unpin for ImportLog_ImportLogEntry
impl UnsafeUnpin for ImportLog_ImportLogEntry
impl UnwindSafe for ImportLog_ImportLogEntry
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