pub trait IBackgroundCopyJobHttpOptions2_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§