pub trait IBackgroundCopyJobHttpOptions3_Impl: Sized + IBackgroundCopyJobHttpOptions2_Impl {
    // Required methods
    fn SetServerCertificateValidationInterface(
        &self,
        certvalidationcallback: Option<&IUnknown>
    ) -> Result<()>;
    fn MakeCustomHeadersWriteOnly(&self) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§