windows::Win32::Networking::ActiveDirectory

Trait IADsCollection_Impl

pub trait IADsCollection_Impl: IDispatch_Impl {
    // Required methods
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn Add(&self, bstrname: &BSTR, vitem: &VARIANT) -> Result<()>;
    fn Remove(&self, bstritemtoberemoved: &BSTR) -> Result<()>;
    fn GetObject(&self, bstrname: &BSTR) -> Result<VARIANT>;
}

Required Methods§

fn _NewEnum(&self) -> Result<IUnknown>

fn Add(&self, bstrname: &BSTR, vitem: &VARIANT) -> Result<()>

fn Remove(&self, bstritemtoberemoved: &BSTR) -> Result<()>

fn GetObject(&self, bstrname: &BSTR) -> Result<VARIANT>

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§