Trait IADsServiceOperations_Impl
pub trait IADsServiceOperations_Impl: IADs_Impl {
// Required methods
fn Status(&self) -> Result<i32>;
fn Start(&self) -> Result<()>;
fn Stop(&self) -> Result<()>;
fn Pause(&self) -> Result<()>;
fn Continue(&self) -> Result<()>;
fn SetPassword(&self, bstrnewpassword: &BSTR) -> Result<()>;
}
Required Methods§
fn Status(&self) -> Result<i32>
fn Start(&self) -> Result<()>
fn Stop(&self) -> Result<()>
fn Pause(&self) -> Result<()>
fn Continue(&self) -> Result<()>
fn SetPassword(&self, bstrnewpassword: &BSTR) -> 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.