pub trait IAssetTable_AccessoryListMethods: IAssetTable_AccessoryList {
// Provided methods
fn try_add(self, accessory: impl Into<AssetTable_Accessory>) { ... }
fn to_string(self) -> Il2CppString { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn try_add(self, accessory: impl Into<AssetTable_Accessory>)
fn try_add(self, accessory: impl Into<AssetTable_Accessory>)
TryAdd(crate::app::assettable::AssetTable_Accessory) overload
Sourcefn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() 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: IAssetTable_AccessoryList> IAssetTable_AccessoryListMethods for __T
Available on crate feature
app-assettable only.