Skip to main content

IChainOperationTypelessDepedency_1Methods

Trait IChainOperationTypelessDepedency_1Methods 

Source
pub trait IChainOperationTypelessDepedency_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self)
       where Self: Sized { ... }
    fn get_debug_name(self) -> Il2CppString
       where Self: Sized { ... }
    fn get_dependencies(self, deps: List_1<AsyncOperationHandle>)
       where Self: Sized { ... }
    fn init(
        self,
        dependent_op: AsyncOperationHandle,
        callback: Func_2<AsyncOperationHandle, AsyncOperationHandle_1<T0>>,
        release_dependencies_on_failure: bool,
    )
       where Self: Sized { ... }
    fn invoke_wait_for_completion(self) -> bool
       where Self: Sized { ... }
    fn execute(self)
       where Self: Sized { ... }
    fn on_wrapped_completed(self, x: AsyncOperationHandle_1<T0>)
       where Self: Sized { ... }
    fn destroy(self)
       where Self: Sized { ... }
    fn release_dependencies(self)
       where Self: Sized { ... }
    fn get_download_status(self, visited: HashSet_1<Object>) -> DownloadStatus
       where Self: Sized { ... }
    fn refresh_download_status(self, visited: HashSet_1<Object>)
       where Self: Sized { ... }
    fn get_progress(self) -> f32
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self)
where Self: Sized,

Source

fn get_debug_name(self) -> Il2CppString
where Self: Sized,

Source

fn get_dependencies(self, deps: List_1<AsyncOperationHandle>)
where Self: Sized,

Source

fn init( self, dependent_op: AsyncOperationHandle, callback: Func_2<AsyncOperationHandle, AsyncOperationHandle_1<T0>>, release_dependencies_on_failure: bool, )
where Self: Sized,

Source

fn invoke_wait_for_completion(self) -> bool
where Self: Sized,

Source

fn execute(self)
where Self: Sized,

Source

fn on_wrapped_completed(self, x: AsyncOperationHandle_1<T0>)
where Self: Sized,

Source

fn destroy(self)
where Self: Sized,

Source

fn release_dependencies(self)
where Self: Sized,

Source

fn get_download_status(self, visited: HashSet_1<Object>) -> DownloadStatus
where Self: Sized,

Source

fn refresh_download_status(self, visited: HashSet_1<Object>)
where Self: Sized,

Source

fn get_progress(self) -> f32
where Self: Sized,

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§