windows::Win32::Networking::ActiveDirectory

Trait IADsDNWithString_Impl

pub trait IADsDNWithString_Impl: IDispatch_Impl {
    // Required methods
    fn StringValue(&self) -> Result<BSTR>;
    fn SetStringValue(&self, bstrstringvalue: &BSTR) -> Result<()>;
    fn DNString(&self) -> Result<BSTR>;
    fn SetDNString(&self, bstrdnstring: &BSTR) -> Result<()>;
}

Required Methods§

fn StringValue(&self) -> Result<BSTR>

fn SetStringValue(&self, bstrstringvalue: &BSTR) -> Result<()>

fn DNString(&self) -> Result<BSTR>

fn SetDNString(&self, bstrdnstring: &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.

Implementors§