Skip to main content

IGodBondHolder

Trait IGodBondHolder 

Source
pub trait IGodBondHolder: ILinkNode_1<GodBondHolder> {
    // Provided methods
    fn m_data(self) -> GodData { ... }
    fn set_m_data(self, value: GodData) { ... }
    fn m_reliance_s(self) -> GodRelianceS { ... }
    fn set_m_reliance_s(self, value: GodRelianceS) { ... }
    fn m_bonds(self) -> Dictionary_2<Il2CppString, GodBond> { ... }
    fn set_m_bonds(self, value: Dictionary_2<Il2CppString, GodBond>) { ... }
    fn m_pool(self) -> Pool_List_1<GodBond> { ... }
    fn set_m_pool(self, value: Pool_List_1<GodBond>) { ... }
}

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§