Trait IWSManConnectionOptions_Impl
pub trait IWSManConnectionOptions_Impl: IDispatch_Impl {
// Required methods
fn UserName(&self) -> Result<BSTR>;
fn SetUserName(&self, name: &BSTR) -> Result<()>;
fn SetPassword(&self, password: &BSTR) -> Result<()>;
}
Required Methods§
fn UserName(&self) -> Result<BSTR>
fn SetUserName(&self, name: &BSTR) -> Result<()>
fn SetPassword(&self, password: &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.