windows::Win32::System::UpdateAgent

Trait ISearchJob_Impl

pub trait ISearchJob_Impl: IDispatch_Impl {
    // Required methods
    fn AsyncState(&self) -> Result<VARIANT>;
    fn IsCompleted(&self) -> Result<VARIANT_BOOL>;
    fn CleanUp(&self) -> Result<()>;
    fn RequestAbort(&self) -> Result<()>;
}

Required Methods§

fn AsyncState(&self) -> Result<VARIANT>

fn IsCompleted(&self) -> Result<VARIANT_BOOL>

fn CleanUp(&self) -> Result<()>

fn RequestAbort(&self) -> Result<()>

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§