pub trait IAssetTable_ConditionIndexesMethods: IAssetTable_ConditionIndexes {
// Provided methods
fn clear(self) { ... }
fn add(self, indexes: impl Into<List_1<i32>>) { ... }
fn commit(self) { ... }
fn test(self, flags: impl Into<AssetTable_ConditionFlags>) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn add(self, indexes: impl Into<List_1<i32>>)
fn add(self, indexes: impl Into<List_1<i32>>)
Add(crate::system::collections::generic::list_1::List_1<i32>) overload
Sourcefn test(self, flags: impl Into<AssetTable_ConditionFlags>) -> bool
fn test(self, flags: impl Into<AssetTable_ConditionFlags>) -> bool
Test(crate::app::assettable::AssetTable_ConditionFlags) 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_ConditionIndexes> IAssetTable_ConditionIndexesMethods for __T
Available on crate feature
app-assettable only.