Skip to main content

IMapHistory_RewindRelianceMap

Trait IMapHistory_RewindRelianceMap 

Source
pub trait IMapHistory_RewindRelianceMap: ISingletonClass_1<MapHistory_RewindRelianceMap> {
    // Provided methods
    fn m_ids(self) -> List_1<u32> { ... }
    fn set_m_ids(self, value: List_1<u32>) { ... }
    fn m_is_unit_map_ver(self) -> bool { ... }
    fn set_m_is_unit_map_ver(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_ids(self) -> List_1<u32>

Source

fn set_m_ids(self, value: List_1<u32>)

Source

fn m_is_unit_map_ver(self) -> bool

Source

fn set_m_is_unit_map_ver(self, value: bool)

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§