Skip to main content

IPackedPlayModeBuildLogs

Trait IPackedPlayModeBuildLogs 

Source
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§

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.

Implementors§