pub trait IPackedPlayModeBuildLogsMethods: IPackedPlayModeBuildLogs {
// Provided methods
fn get_runtime_build_logs(
self,
) -> List_1<PackedPlayModeBuildLogs_RuntimeBuildLog> { ... }
fn set_runtime_build_logs(
self,
value: impl Into<List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>>,
) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_runtime_build_logs(
self,
) -> List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>
fn get_runtime_build_logs( self, ) -> List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>
get_RuntimeBuildLogs() overload
Sourcefn set_runtime_build_logs(
self,
value: impl Into<List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>>,
)
fn set_runtime_build_logs( self, value: impl Into<List_1<PackedPlayModeBuildLogs_RuntimeBuildLog>>, )
set_RuntimeBuildLogs(crate::system::collections::generic::list_1::List_1<crate::root::packedplaymodebuildlogs::PackedPlayModeBuildLogs_RuntimeBuildLog>) overload
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§
impl<__T: IPackedPlayModeBuildLogs> IPackedPlayModeBuildLogsMethods for __T
Available on crate feature
root-packedplaymodebuildlogs only.