pub struct ClearServerCertificateErrorActionsCompletedHandler(_);
Expand description
Implementation of ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
.
Implementations§
source§impl ClearServerCertificateErrorActionsCompletedHandler
impl ClearServerCertificateErrorActionsCompletedHandler
pub fn create( closure: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>> ) -> ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler) -> Result<()>>, completed: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>> ) -> Result<()>
Trait Implementations§
source§impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for ClearServerCertificateErrorActionsCompletedHandler
impl !Send for ClearServerCertificateErrorActionsCompletedHandler
impl !Sync for ClearServerCertificateErrorActionsCompletedHandler
impl Unpin for ClearServerCertificateErrorActionsCompletedHandler
impl !UnwindSafe for ClearServerCertificateErrorActionsCompletedHandler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more