pub trait IUpdateCatalogsOperation: IAsyncOperationBase_1<List_1<IResourceLocator>> {
// Provided methods
fn m_addressables(self) -> AddressablesImpl { ... }
fn set_m_addressables(self, value: AddressablesImpl) { ... }
fn m_locator_infos(self) -> List_1<AddressablesImpl_ResourceLocatorInfo> { ... }
fn set_m_locator_infos(
self,
value: List_1<AddressablesImpl_ResourceLocatorInfo>,
) { ... }
fn m_dep_op(
self,
) -> AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>> { ... }
fn set_m_dep_op(
self,
value: AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>>,
) { ... }
}Provided Methods§
fn m_addressables(self) -> AddressablesImpl
fn set_m_addressables(self, value: AddressablesImpl)
fn m_locator_infos(self) -> List_1<AddressablesImpl_ResourceLocatorInfo>
fn set_m_locator_infos( self, value: List_1<AddressablesImpl_ResourceLocatorInfo>, )
fn m_dep_op( self, ) -> AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>>
fn set_m_dep_op( self, value: AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>>, )
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.