Trait IAutomaticUpdates_Impl
pub trait IAutomaticUpdates_Impl: IDispatch_Impl {
// Required methods
fn DetectNow(&self) -> Result<()>;
fn Pause(&self) -> Result<()>;
fn Resume(&self) -> Result<()>;
fn ShowSettingsDialog(&self) -> Result<()>;
fn Settings(&self) -> Result<IAutomaticUpdatesSettings>;
fn ServiceEnabled(&self) -> Result<VARIANT_BOOL>;
fn EnableService(&self) -> Result<()>;
}
Required Methods§
fn DetectNow(&self) -> Result<()>
fn Pause(&self) -> Result<()>
fn Resume(&self) -> Result<()>
fn ShowSettingsDialog(&self) -> Result<()>
fn Settings(&self) -> Result<IAutomaticUpdatesSettings>
fn ServiceEnabled(&self) -> Result<VARIANT_BOOL>
fn EnableService(&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.