pub trait ICoreWebView2Profile6_Impl: ICoreWebView2Profile5_Impl {
// Required methods
fn IsPasswordAutosaveEnabled(&self) -> Result<BOOL>;
fn SetIsPasswordAutosaveEnabled(&self, value: BOOL) -> Result<()>;
fn IsGeneralAutofillEnabled(&self) -> Result<BOOL>;
fn SetIsGeneralAutofillEnabled(&self, value: BOOL) -> Result<()>;
}Required Methods§
fn IsPasswordAutosaveEnabled(&self) -> Result<BOOL>
fn SetIsPasswordAutosaveEnabled(&self, value: BOOL) -> Result<()>
fn IsGeneralAutofillEnabled(&self) -> Result<BOOL>
fn SetIsGeneralAutofillEnabled(&self, value: BOOL) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".