Skip to main content

ICoreWebView2BasicAuthenticationRequestedEventArgs_Impl

Trait ICoreWebView2BasicAuthenticationRequestedEventArgs_Impl 

Source
pub trait ICoreWebView2BasicAuthenticationRequestedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn Uri(&self) -> Result<PWSTR>;
    fn Challenge(&self) -> Result<PWSTR>;
    fn Response(&self) -> Result<ICoreWebView2BasicAuthenticationResponse>;
    fn Cancel(&self) -> Result<BOOL>;
    fn SetCancel(&self, cancel: BOOL) -> Result<()>;
    fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§