Skip to main content

IProfileCardThemeOfEditMapDataMethods

Trait IProfileCardThemeOfEditMapDataMethods 

Source
pub trait IProfileCardThemeOfEditMapDataMethods: IProfileCardThemeOfEditMapData {
    // Provided methods
    fn get_id(self) -> Il2CppString { ... }
    fn set_id(self, value: impl Into<Il2CppString>) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn set_name(self, value: impl Into<Il2CppString>) { ... }
    fn get_category(self) -> ProfileCardThemeOfEditMapData_Categories { ... }
    fn set_category(
        self,
        value: impl Into<ProfileCardThemeOfEditMapData_Categories>,
    ) { ... }
    fn get_condition(self) -> ProfileCardCondition { ... }
    fn set_condition(self, value: impl Into<ProfileCardCondition>) { ... }
    fn get_arg(self) -> Il2CppString { ... }
    fn set_arg(self, value: impl Into<Il2CppString>) { ... }
    fn get_debug_name(self) -> Il2CppString { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_id(self) -> Il2CppString

get_Id() overload

Source

fn set_id(self, value: impl Into<Il2CppString>)

set_Id(::unity::Il2CppString) overload

Source

fn get_name(self) -> Il2CppString

get_Name() overload

Source

fn set_name(self, value: impl Into<Il2CppString>)

set_Name(::unity::Il2CppString) overload

Source

fn get_category(self) -> ProfileCardThemeOfEditMapData_Categories

get_Category() overload

Source

fn set_category( self, value: impl Into<ProfileCardThemeOfEditMapData_Categories>, )

set_Category(crate::app::profilecardthemeofeditmapdata::ProfileCardThemeOfEditMapData_Categories) overload

Source

fn get_condition(self) -> ProfileCardCondition

get_Condition() overload

Source

fn set_condition(self, value: impl Into<ProfileCardCondition>)

set_Condition(crate::app::profilecardcondition::ProfileCardCondition) overload

Source

fn get_arg(self) -> Il2CppString

get_Arg() overload

Source

fn set_arg(self, value: impl Into<Il2CppString>)

set_Arg(::unity::Il2CppString) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IProfileCardThemeOfEditMapData> IProfileCardThemeOfEditMapDataMethods for __T

Available on crate feature app-profilecardthemeofeditmapdata only.