pub trait IHubInvestmentFoodstuffMethods: IHubInvestmentFoodstuff {
Show 14 methods
// Provided methods
fn get_foodstuff(self) -> Il2CppString { ... }
fn set_foodstuff(self, value: impl Into<Il2CppString>) { ... }
fn get_lv1(self) -> u8 { ... }
fn set_lv1(self, value: impl Into<u8>) { ... }
fn get_lv2(self) -> u8 { ... }
fn set_lv2(self, value: impl Into<u8>) { ... }
fn get_lv3(self) -> u8 { ... }
fn set_lv3(self, value: impl Into<u8>) { ... }
fn get_lv4(self) -> u8 { ... }
fn set_lv4(self, value: impl Into<u8>) { ... }
fn get_lv5(self) -> u8 { ... }
fn set_lv5(self, value: impl Into<u8>) { ... }
fn get_num(self, level: impl Into<i32>) -> u8 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_foodstuff(self) -> Il2CppString
fn get_foodstuff(self) -> Il2CppString
get_Foodstuff() overload
Sourcefn set_foodstuff(self, value: impl Into<Il2CppString>)
fn set_foodstuff(self, value: impl Into<Il2CppString>)
set_Foodstuff(::unity::Il2CppString) 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: IHubInvestmentFoodstuff> IHubInvestmentFoodstuffMethods for __T
Available on crate feature
app-hubinvestmentfoodstuff only.