pub trait IPackedPlayModeBuildLogs: IObject {
// Provided methods
fn m_runtime_build_logs(
self,
) -> List_1<PackedPlayModeBuildLogs_RuntimeBuildLog> { ... }
fn set_m_runtime_build_logs(
self,
value: List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>,
) { ... }
}Provided Methods§
fn m_runtime_build_logs(self) -> List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>
fn set_m_runtime_build_logs( self, value: List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>, )
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.