windows::Win32::Networking::BackgroundIntelligentTransferService

Trait IBackgroundCopyJobHttpOptions2_Impl

pub trait IBackgroundCopyJobHttpOptions2_Impl: IBackgroundCopyJobHttpOptions_Impl {
    // Required methods
    fn SetHttpMethod(&self, method: &PCWSTR) -> Result<()>;
    fn GetHttpMethod(&self) -> Result<PWSTR>;
}

Required Methods§

fn SetHttpMethod(&self, method: &PCWSTR) -> Result<()>

fn GetHttpMethod(&self) -> Result<PWSTR>

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§